diff --git a/src/views/profile/DeviceDetailsView/childDevice.vue b/src/views/profile/DeviceDetailsView/childDevice.vue index 8db82a8b..2573947d 100644 --- a/src/views/profile/DeviceDetailsView/childDevice.vue +++ b/src/views/profile/DeviceDetailsView/childDevice.vue @@ -210,6 +210,31 @@ + + + + + + *注意:锁定即参数不可修改;未锁则可以修改。 { + this.deviceTagList = response.data; + }); this.open = true; this.title = "添加子设备"; }, @@ -709,6 +738,9 @@ export default { /** 修改按钮操作 */ handleUpdate(row) { this.reset(); + this.getDicts(" device_tag").then((response) => { + this.deviceTagList = response.data; + }); const _this = this; getDevice(row.deviceId).then((response) => { _this.form = response.data;