修复动态输入错误

This commit is contained in:
2023-11-02 21:15:03 +08:00
parent d7618f525b
commit a98f61ec33

View File

@@ -152,6 +152,9 @@
methods: {
onResetItem() {
this.listItem = $.extend(true, [], this.originalValue);
if (this.listItem.length == 0) {
this.onAddItem();
}
},
onAddItem() {