custom/湖南国科微电子股份有限公司(HR项目)

This commit is contained in:
lys 2025-04-15 17:17:10 +08:00
parent da3c64a480
commit 4d8fabda75
1 changed files with 1 additions and 1 deletions

View File

@ -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 = () => {