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 {