diff --git a/public/static/plugs/lay-module/propertyInput/propertyInput.js b/public/static/plugs/lay-module/propertyInput/propertyInput.js index cda6a68..5632c3c 100644 --- a/public/static/plugs/lay-module/propertyInput/propertyInput.js +++ b/public/static/plugs/lay-module/propertyInput/propertyInput.js @@ -152,6 +152,9 @@ methods: { onResetItem() { this.listItem = $.extend(true, [], this.originalValue); + if (this.listItem.length == 0) { + this.onAddItem(); + } }, onAddItem() {