king
2020-12-03 753ac5f57b10588e225c1d82203b13a81bc9c9a7
src/tabviews/custom/components/tabs/antv-tabs/index.jsx
@@ -20,13 +20,15 @@
  }
  state = {
    tabs: null
    tabs: null,
    parentIds: []
  }
  UNSAFE_componentWillMount () {
    const { config } = this.props
    this.setState({
      tabs: config
      tabs: config,
      parentIds: config.parentIds || []
    })
  }