king
2022-01-22 56cf1b98d331c88eb6b0de8d03a85ce06f19f901
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'