chore:inputTable的addItem动作不受是否可新增限制

This commit is contained in:
lvxiaojiao 2023-11-22 13:45:56 +08:00
parent 8f1638cce8
commit a9e5492184

View File

@ -1775,10 +1775,6 @@ export class TableControlRenderer extends FormTable {
const ctx = this.props.store?.data || {}; // 获取当前上下文数据
if (actionType === 'addItem') {
if (addable === false) {
return;
}
const items = this.state.items.concat();
if (addApi || args) {