king
2023-05-11 ea9cdac78107c68b94d24a0055bce461d0fd1ae2
src/tabviews/custom/components/table/base-table/index.jsx
@@ -46,7 +46,6 @@
   */
  UNSAFE_componentWillMount () {
    let _config = fromJS(this.props.config).toJS()
    let _cols = new Map()
    let BID = ''
    let BData = ''
@@ -75,17 +74,6 @@
    } else {
      setting.orisel = true
    }
    _config.columns.forEach(item => {
      if (item.type !== 'number') return
      _cols.set(item.field, item)
    })
    _config.cols.forEach(column => {
      if (column.type === 'action') {
        column.operations = column.elements
      }
    })
    _config.style = _config.style || {}