李林
2024-03-01 76fa3dff8873461ec6314a998caf4fc6040ed4fa
src/assets/api/controller.js
@@ -7,7 +7,8 @@
      enums,
      capacityScope,
      laboratoryScope,
      systemLog
      systemLog,
      standardTree
   }
}
@@ -80,6 +81,7 @@
   addTestObject: "/capacityScope/addTestObject", //新增检测对象
   delTestObject: "/capacityScope/delTestObject", //删除检测对象
   upTestObject: "/capacityScope/upTestObject", //修改检测对象
   selectTestObjectByName: "/capacityScope/selectTestObjectByName", //获取检验对象枚举
}
const laboratoryScope = {
@@ -93,3 +95,8 @@
const systemLog = {
   selectSystemLogList: "/systemLog/selectSystemLogList", //获取日志
}
const standardTree = {
   selectStandardTreeList: "/standardTree/selectStandardTreeList", //获取标准树
   addStandardTree: "/standardTree/addStandardTree", //添加标准树
}