画面管理问题调整
This commit is contained in:
parent
0228f45131
commit
66230e8cbf
@ -137,7 +137,8 @@ export default {
|
||||
this.editModel = { code: '', pictureHide: false, position: {x:0, y:0} };
|
||||
},
|
||||
deviceChange(val) {
|
||||
this.deviceSelect(val);
|
||||
const device = this.$store.getters['map/getDeviceByCode'](val);
|
||||
this.deviceSelect(device);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user