| | |
| | | enums, |
| | | capacityScope, |
| | | laboratoryScope, |
| | | systemLog |
| | | systemLog, |
| | | standardTree |
| | | } |
| | | } |
| | | |
| | |
| | | addTestObject: "/capacityScope/addTestObject", //新增检测对象 |
| | | delTestObject: "/capacityScope/delTestObject", //删除检测对象 |
| | | upTestObject: "/capacityScope/upTestObject", //修改检测对象 |
| | | selectTestObjectByName: "/capacityScope/selectTestObjectByName", //获取检验对象枚举 |
| | | } |
| | | |
| | | const laboratoryScope = { |
| | |
| | | |
| | | const systemLog = { |
| | | selectSystemLogList: "/systemLog/selectSystemLogList", //获取日志 |
| | | } |
| | | |
| | | const standardTree = { |
| | | selectStandardTreeList: "/standardTree/selectStandardTreeList", //获取标准树 |
| | | addStandardTree: "/standardTree/addStandardTree", //添加标准树 |
| | | } |