diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/checkSecondaryVerifyDialog.js b/pc4mobx/hrmSalary/pages/mobilePayroll/checkSecondaryVerifyDialog.js index b7a492b5..30e7b54b 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/checkSecondaryVerifyDialog.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/checkSecondaryVerifyDialog.js @@ -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 = () => {