src/menu/components/table/base-table/index.jsx
@@ -219,7 +219,7 @@ getWrapForms = () => { const { wrap, action, columns, cols } = this.state.card let _actions = [...action] let _actions = [] cols.forEach(col => { if (col.type === 'custom') { @@ -231,7 +231,7 @@ } }) return getWrapForm(wrap, _actions, columns) return getWrapForm(wrap, _actions, columns, action) } updateWrap = (res) => {