custom/湖南国科微电子股份有限公司(HR项目)
This commit is contained in:
parent
da3c64a480
commit
4d8fabda75
|
|
@ -26,7 +26,7 @@ class CheckSecondaryVerifyDialog extends Component {
|
|||
|
||||
componentWillReceiveProps(nextProps, nextContext) {
|
||||
if (nextProps.visible !== this.props.visible && nextProps.visible) this.initForm();
|
||||
if (nextProps.visible !== this.props.visible && !nextProps.visible) form.initSecVerifyform();
|
||||
if (nextProps.visible !== this.props.visible && !nextProps.visible) form.resetForm();
|
||||
}
|
||||
|
||||
initForm = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue