| | |
| | | enums, |
| | | capacityScope, |
| | | laboratoryScope, |
| | | deviceScope, |
| | | systemLog, |
| | | standardTree |
| | | } |
| | |
| | | obtainItemParameterList: "/laboratoryScope/obtainItemParameterList", //获取实验室名称 |
| | | } |
| | | |
| | | const deviceScope = { |
| | | selectDeviceParameter: "/deviceScope/selectDeviceParameter", //查询设备详情列表 |
| | | addDeviceParameter: "/deviceScope/addDeviceParameter", //添加设备详情参数 |
| | | delDeviceParameter: "/deviceScope/delDeviceParameter", //删除设备详情参数 |
| | | upDeviceParameter: "/deviceScope/upDeviceParameter", //修改设备详情参数 |
| | | } |
| | | |
| | | const systemLog = { |
| | | selectSystemLogList: "/systemLog/selectSystemLogList", //获取日志 |
| | | } |