src/tabviews/custom/components/card/balcony/index.jsx
@@ -37,7 +37,6 @@ UNSAFE_componentWillMount () { const { data, BID } = this.props let _config = fromJS(this.props.config).toJS() let _cols = new Map() let _data = { $$empty: true } let _sync = false @@ -57,10 +56,6 @@ if (_data) { _data.$$BID = BID || '' } _config.columns.forEach(item => { _cols.set(item.field, item) }) if (_config.wrap.position === 'fixed') { _config.style.position = 'fixed'