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 || {}