mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修复动态输入错误
This commit is contained in:
@@ -152,6 +152,9 @@
|
||||
methods: {
|
||||
onResetItem() {
|
||||
this.listItem = $.extend(true, [], this.originalValue);
|
||||
if (this.listItem.length == 0) {
|
||||
this.onAddItem();
|
||||
}
|
||||
},
|
||||
onAddItem() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user