From c3b8f3f950ca99b011ea8f43b2356ddf0508f3b9 Mon Sep 17 00:00:00 2001
From: gaoaoy <1042166043@qq.com>
Date: 星期一, 04 三月 2024 13:42:04 +0800
Subject: [PATCH] 6 设备工具明细
---
src/assets/api/controller.js | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js
index 2f6002c..49b3074 100644
--- a/src/assets/api/controller.js
+++ b/src/assets/api/controller.js
@@ -7,7 +7,9 @@
enums,
capacityScope,
laboratoryScope,
- systemLog
+ deviceScope,
+ systemLog,
+ standardTree
}
}
@@ -80,6 +82,7 @@
addTestObject: "/capacityScope/addTestObject", //鏂板妫�娴嬪璞�
delTestObject: "/capacityScope/delTestObject", //鍒犻櫎妫�娴嬪璞�
upTestObject: "/capacityScope/upTestObject", //淇敼妫�娴嬪璞�
+ selectTestObjectByName: "/capacityScope/selectTestObjectByName", //鑾峰彇妫�楠屽璞℃灇涓�
}
const laboratoryScope = {
@@ -90,6 +93,18 @@
obtainItemParameterList: "/laboratoryScope/obtainItemParameterList", //鑾峰彇瀹為獙瀹ゅ悕绉�
}
+const deviceScope = {
+ selectDeviceParameter: "/deviceScope/selectDeviceParameter", //鏌ヨ璁惧璇︽儏鍒楄〃
+ addDeviceParameter: "/deviceScope/addDeviceParameter", //娣诲姞璁惧璇︽儏鍙傛暟
+ delDeviceParameter: "/deviceScope/delDeviceParameter", //鍒犻櫎璁惧璇︽儏鍙傛暟
+ upDeviceParameter: "/deviceScope/upDeviceParameter", //淇敼璁惧璇︽儏鍙傛暟
+}
+
const systemLog = {
selectSystemLogList: "/systemLog/selectSystemLogList", //鑾峰彇鏃ュ織
+}
+
+const standardTree = {
+ selectStandardTreeList: "/standardTree/selectStandardTreeList", //鑾峰彇鏍囧噯鏍�
+ addStandardTree: "/standardTree/addStandardTree", //娣诲姞鏍囧噯鏍�
}
\ No newline at end of file
--
Gitblit v1.9.3