fix:修复定时器字典显示异常bug

修复定时器新增无效bug
This commit is contained in:
23357 2022-12-12 16:52:33 +08:00
parent e5a9c08749
commit d1bd9f7ef6
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ export default {
this.form.num = list.length + 1;
list = list.concat([this.form]);
}
this.list = [...list]
this.open = false;
this.$forceUpdate();
}
@ -348,7 +348,7 @@ export default {
num: this.list.length + 1,
point: "",
sw: 0,
mode: "1",
mode: 1,
status: 1,
};
this.updateIndex = null;