| | |
| | | laboratoryScope, |
| | | deviceScope, |
| | | systemLog, |
| | | standardTree |
| | | standardTree, |
| | | standardMethod |
| | | } |
| | | } |
| | | |
| | |
| | | const standardTree = { |
| | | selectStandardTreeList: "/standardTree/selectStandardTreeList", //获取标准树 |
| | | addStandardTree: "/standardTree/addStandardTree", //添加标准树 |
| | | addStandardMethodList: "/standardTree/addStandardMethodList", //给标准树添加检验标准 |
| | | selectsStandardMethodByFLSSM: "/standardTree/selectsStandardMethodByFLSSM", //根据标准树进行标准查询 |
| | | } |
| | | |
| | | const standardMethod = { |
| | | selectStandardMethodList: "/standardMethod/selectStandardMethodList", //获取标准方法列表 |
| | | selectStandardMethods: "/standardMethod/selectStandardMethods", //获取标准方法枚举 |
| | | } |