king
2022-01-02 bde2916433c7830e2879e6524e32b9f6c8bd0bab
src/menu/components/table/normal-table/index.jsx
@@ -387,9 +387,9 @@
  }
  getWrapForms = () => {
    const { wrap, action } = this.state.card
    const { wrap, action, columns } = this.state.card
    return getWrapForm(wrap, action)
    return getWrapForm(wrap, action, columns)
  }
  updateWrap = (res) => {