lyh
2025-06-05 bf4cb4fdbd57f1785cdd1ddeadfb20a835d5fb6f
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,