zhangherong
2025-05-15 6ecce65da54f4dbc1e13a3c8f94deff2e51e97c0
src/api/api.js
@@ -58,6 +58,7 @@
//车间管理
const queryProductionTreeList = (params)=>getAction("/mdc/mdcProduction/queryTreeList",params);
const queryProductionTreeListByMdc = (params)=>getAction("/mdc/mdcProduction/queryTreeListByMdc",params);
const queryById = (params)=>getAction("/mdc/mdcProduction/queryIdTree",params);
const deleteByProduction   = (params)=>deleteAction("/mdc/mdcProduction/delete",params);
@@ -168,6 +169,7 @@
  getUserNoticeInfo,
  getDictItemsFromCache,
  queryProductionTreeList,
  queryProductionTreeListByMdc,
  deleteByProduction,
  queryById,
  addEquipment,