licp
2024-03-04 307095f257487bf74e76934e1dfccb1a4151f89b
src/assets/api/controller.js
@@ -7,7 +7,9 @@
      enums,
      capacityScope,
      laboratoryScope,
      systemLog
      deviceScope,
      systemLog,
      standardTree
   }
}
@@ -80,6 +82,7 @@
   addTestObject: "/capacityScope/addTestObject", //新增检测对象
   delTestObject: "/capacityScope/delTestObject", //删除检测对象
   upTestObject: "/capacityScope/upTestObject", //修改检测对象
   selectTestObjectByName: "/capacityScope/selectTestObjectByName", //获取检验对象枚举
}
const laboratoryScope = {
@@ -90,6 +93,19 @@
   obtainItemParameterList: "/laboratoryScope/obtainItemParameterList", //获取实验室名称
}
const deviceScope = {
   selectDeviceParameter: "/deviceScope/selectDeviceParameter", //查询设备详情列表
   addDeviceParameter: "/deviceScope/addDeviceParameter", //添加设备详情参数
   delDeviceParameter: "/deviceScope/delDeviceParameter", //删除设备详情参数
   upDeviceParameter: "/deviceScope/upDeviceParameter", //修改设备详情参数
  authorizedPerson: "/deviceScope/authorizedPerson", //获取授权人
}
const systemLog = {
   selectSystemLogList: "/systemLog/selectSystemLogList", //获取日志
}
}
const standardTree = {
   selectStandardTreeList: "/standardTree/selectStandardTreeList", //获取标准树
   addStandardTree: "/standardTree/addStandardTree", //添加标准树
}