src/tabviews/zshare/mutilform/mkCheckCard/index.jsx
@@ -60,11 +60,11 @@ } UNSAFE_componentWillReceiveProps (nextProps) { const { config } = this.props const { config } = this.state if (!is(fromJS(config.oriOptions), fromJS(nextProps.config.oriOptions))) { this.setState({ config: fromJS(nextProps.config).toJS(), config: {...config, oriOptions: nextProps.config.oriOptions}, options: fromJS(nextProps.config.options).toJS() }) }