king
2024-03-07 cdd5b449130ea4d7223fde4f414a11a7d0c33d6d
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) => {