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");
},