From 307095f257487bf74e76934e1dfccb1a4151f89b Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 04 三月 2024 18:06:49 +0800
Subject: [PATCH] 完成部分设备总览页面

---
 src/assets/api/controller.js |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js
index 2f6002c..2ae447a 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,19 @@
 	obtainItemParameterList: "/laboratoryScope/obtainItemParameterList", //鑾峰彇瀹為獙瀹ゅ悕绉�
 }
 
+const deviceScope = {
+	selectDeviceParameter: "/deviceScope/selectDeviceParameter", //鏌ヨ璁惧璇︽儏鍒楄〃
+	addDeviceParameter: "/deviceScope/addDeviceParameter", //娣诲姞璁惧璇︽儏鍙傛暟
+	delDeviceParameter: "/deviceScope/delDeviceParameter", //鍒犻櫎璁惧璇︽儏鍙傛暟
+	upDeviceParameter: "/deviceScope/upDeviceParameter", //淇敼璁惧璇︽儏鍙傛暟
+  authorizedPerson: "/deviceScope/authorizedPerson", //鑾峰彇鎺堟潈浜�
+}
+
 const systemLog = {
 	selectSystemLogList: "/systemLog/selectSystemLogList", //鑾峰彇鏃ュ織
-}
\ No newline at end of file
+}
+
+const standardTree = {
+	selectStandardTreeList: "/standardTree/selectStandardTreeList", //鑾峰彇鏍囧噯鏍�
+	addStandardTree: "/standardTree/addStandardTree", //娣诲姞鏍囧噯鏍�
+}

--
Gitblit v1.9.3