src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
@@ -239,8 +239,10 @@ UNSAFE_componentWillMount() { const { card } = this.props let _verify = fromJS(card.verify || {range: 1}).toJS() let _verify = fromJS(card.verify || {}).toJS() let _columns = _verify.columns || [] delete _verify.dataresource // 旧数据兼容 _columns = _columns.map(col => { @@ -260,6 +262,10 @@ return col }) if (!_verify.hasOwnProperty('range')) { _verify.range = 1 } this.setState({ verify: { ..._verify,