From 307026501ae8649c3142f76d1420d58c5bc29105 Mon Sep 17 00:00:00 2001
From: 23688nl <329261568@qq.com>
Date: Wed, 7 Sep 2022 17:23:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=20=E8=AE=BE?=
=?UTF-8?q?=E5=A4=87=E5=88=97=E8=A1=A8=EF=BC=8C=E7=BD=91=E5=85=B3=E8=AE=BE?=
=?UTF-8?q?=E5=A4=87=E7=B1=BB=E5=9E=8B=E5=A4=96=E5=85=B6=E4=BB=96=E7=B1=BB?=
=?UTF-8?q?=E5=9E=8B=E8=AE=BE=E5=A4=87=20=E5=8F=AF=E4=BB=A5=E9=80=89?=
=?UTF-8?q?=E6=8B=A9=E6=A0=87=E7=AD=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/iot/device/index.vue | 37 ++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/src/views/iot/device/index.vue b/src/views/iot/device/index.vue
index 8b941932..7ed152b1 100644
--- a/src/views/iot/device/index.vue
+++ b/src/views/iot/device/index.vue
@@ -140,6 +140,13 @@
width="120px"
prop="deviceTypeName"
/>
+
+
+
+
+
+
+
*注意:锁定即参数不可修改;未锁则可以修改。 {
+ this.deviceTagList = response.data;
+ });
this.getDeviceTypeList();
this.initGetModelList();
this.getList();
@@ -869,6 +905,7 @@ export default {
paramList: [],
deviceKey: "",
lineType: undefined,
+ deviceTag: '',
};
this.resetForm("form");
},