src/tabviews/custom/components/table/edit-table/index.jsx
@@ -92,8 +92,9 @@ if (item.subcols.length === 0) { return false } } else if (item.type === 'action') { } else if (item.type === 'custom') { item.elements.forEach(btn => { if (btn.eleType !== 'button') return if (btn.funcType === 'addline') { setting.addable = true } @@ -480,7 +481,9 @@ BID: id, BData: data }, () => { this.loadmaindata(true, 'true') setTimeout(() => { this.loadmaindata(true, 'true') }, setting.delay || 0) }) } }