| | |
| | | const queryMyDepartTreeList = (params)=>getAction("/sys/sysDepart/queryMyDeptTreeList",params); |
| | | |
| | | //车间管理 |
| | | const queryProductionTreeList = (params)=>getAction("/mdc/mdcProduction/queryTreeList",params); |
| | | const queryById = (params)=>getAction("/mdc/mdcProduction/queryIdTree",params); |
| | | const deleteByProduction = (params)=>deleteAction("/mdc/mdcProduction/delete",params); |
| | | const queryFactoryTreeList = (params)=>getAction("/base/factory/queryTreeList",params); |
| | | const queryById = (params)=>getAction("/base/factory/queryIdTree",params); |
| | | const deleteByFactory = (params)=>deleteAction("/base/factory/delete",params); |
| | | |
| | | |
| | | //日志管理 |
| | |
| | | queryMyDepartTreeList, |
| | | getUserNoticeInfo, |
| | | getDictItemsFromCache, |
| | | queryProductionTreeList, |
| | | deleteByProduction, |
| | | queryFactoryTreeList, |
| | | deleteByFactory, |
| | | queryById, |
| | | addEquipment, |
| | | editEquipment |