king
2024-02-03 06a670976e2145a10ea05207041d3cf3164cd380
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) => {