仪表盘
版本库
文件存储
活动
搜索
登录
430
/
vue_mdc_430_new
新版430前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
岗位管理、业务编码规则
Lius
2025-06-30
36183a25c19f8c31ba082592329e7aff3caf97d5
[430/vue_mdc_430_new.git]
/
src
/
api
/
TreeIndex.js
1
2
3
4
5
6
7
const url = {
//产线树
queryTreeListByProduction: '/mdc/mdcEquipment/queryTreeListByProduction',
//部门树
queryTreeListByDepar: '/mdc/mdcEquipment/queryTreeListByDepar',
}
export default url