licp
2024-03-05 42703ea001fe9e73f30ed17c05760a57b1cb596c
src/assets/api/controller.js
@@ -7,6 +7,7 @@
      enums,
      capacityScope,
      laboratoryScope,
      deviceScope,
      systemLog,
      standardTree
   }
@@ -92,6 +93,15 @@
   obtainItemParameterList: "/laboratoryScope/obtainItemParameterList", //获取实验室名称
}
const deviceScope = {
   selectDeviceParameter: "/deviceScope/selectDeviceParameter", //查询设备详情列表
   addDeviceParameter: "/deviceScope/addDeviceParameter", //添加设备详情参数
   delDeviceParameter: "/deviceScope/delDeviceParameter", //删除设备详情参数
   upDeviceParameter: "/deviceScope/upDeviceParameter", //修改设备详情参数
  authorizedPerson: "/deviceScope/authorizedPerson", //获取授权人
  selectEquipmentOverview: "/deviceScope/selectEquipmentOverview", //获取设备总览
}
const systemLog = {
   selectSystemLogList: "/systemLog/selectSystemLogList", //获取日志
}
@@ -99,4 +109,4 @@
const standardTree = {
   selectStandardTreeList: "/standardTree/selectStandardTreeList", //获取标准树
   addStandardTree: "/standardTree/addStandardTree", //添加标准树
}
}