优化热区展示

master
paulGao 2022-09-07 16:38:41 +08:00
parent b99db4c673
commit 62d8d121c6
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ export default {
// change // change
Object.assign(this.zones[index], info); Object.assign(this.zones[index], info);
this.hasChange("changeInfo"); this.hasChange("changeInfo");
this.$forceUpdate();
}, },
addItem(setting) { addItem(setting) {
this.zones.push(setting); this.zones.push(setting);