gaoaoy
2024-03-04 c3b8f3f950ca99b011ea8f43b2356ddf0508f3b9
src/assets/api/controller.js
@@ -7,6 +7,7 @@
      enums,
      capacityScope,
      laboratoryScope,
      deviceScope,
      systemLog,
      standardTree
   }
@@ -92,6 +93,13 @@
   obtainItemParameterList: "/laboratoryScope/obtainItemParameterList", //获取实验室名称
}
const deviceScope = {
   selectDeviceParameter: "/deviceScope/selectDeviceParameter", //查询设备详情列表
   addDeviceParameter: "/deviceScope/addDeviceParameter", //添加设备详情参数
   delDeviceParameter: "/deviceScope/delDeviceParameter", //删除设备详情参数
   upDeviceParameter: "/deviceScope/upDeviceParameter", //修改设备详情参数
}
const systemLog = {
   selectSystemLogList: "/systemLog/selectSystemLogList", //获取日志
}