mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore:inputTable的addItem动作不受是否可新增限制
This commit is contained in:
parent
8f1638cce8
commit
a9e5492184
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user