king
2021-12-24 0fe7659a978cbedd95715bbba93b9edf65176640
src/tabviews/zshare/actionList/exceloutbutton/index.jsx
@@ -61,9 +61,9 @@
  }
  UNSAFE_componentWillReceiveProps (nextProps) {
    const { btn } = this.props
    const { btn, BData } = this.props
    if (btn.control === 'parent') {
    if (btn.control === 'parent' && !is(fromJS(nextProps.BData || {}), fromJS(BData || {}))) {
      if (!nextProps.BData || !nextProps.BData.hasOwnProperty(btn.controlField)) {
        this.setState({hidden: true})
      } else {