From a3ff86d0726ce9bdbb7fa7167e01a3037137e7d7 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: 星期三, 10 八月 2022 15:47:52 +0800
Subject: [PATCH] 对接

---
 src/views/facilityManagement/InstrumentationInformation/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/facilityManagement/InstrumentationInformation/index.vue b/src/views/facilityManagement/InstrumentationInformation/index.vue
index d4e4308..ef5d1c7 100644
--- a/src/views/facilityManagement/InstrumentationInformation/index.vue
+++ b/src/views/facilityManagement/InstrumentationInformation/index.vue
@@ -27,7 +27,7 @@
 				<div class="btns">
 					<div>
 						<el-button size="default" type="primary" :icon="Plus" @click="openD('新建')">新建</el-button>
-						<el-button size="default" :disabled="warning" type="warning" plain :icon="EditPen">修改</el-button>
+						<!-- <el-button size="default" :disabled="warning" type="warning" plain :icon="EditPen">修改</el-button> -->
 						<el-button size="default" :disabled="danger" type="danger" :icon="Delete" @click="onDeleteAll" plain>删除</el-button>
 					</div>
 					<div>
@@ -299,7 +299,7 @@
 			return data.typeName.includes(value);
 		};
 		const handleNodeClick = (data: Tree) => {
-			ruleForm.searchParams.positionNum = data.id;
+			ruleForm.searchParams.positionNum = data.sortNum;
 			listApi();
 		};
 		const data = ref([]);

--
Gitblit v1.9.2