mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
修复动态输入组件初始化
This commit is contained in:
@@ -135,6 +135,10 @@
|
||||
this.originalValue = $.extend(true, [], this.setting.value);
|
||||
this.listItem = $.extend(true, [], this.setting.value);
|
||||
this.updateValue(this.listItem);
|
||||
|
||||
if (this.listItem.length == 0) {
|
||||
this.onAddItem();
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user