|
@@ -622,6 +622,7 @@ export default {
|
|
if (this.mess.deviceId) {
|
|
if (this.mess.deviceId) {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
this.$refs.cascader.setValue(this.mess.deviceId);
|
|
this.$refs.cascader.setValue(this.mess.deviceId);
|
|
|
|
+ this.changeAddType({code:this.mess.deviceId,facility:this.mess.name});
|
|
});
|
|
});
|
|
}
|
|
}
|
|
},
|
|
},
|