From 4d8fabda75521ae232195ee4ef6801862effcbc9 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Tue, 15 Apr 2025 17:17:10 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E6=B9=96=E5=8D=97=E5=9B=BD=E7=A7=91?= =?UTF-8?q?=E5=BE=AE=E7=94=B5=E5=AD=90=E8=82=A1=E4=BB=BD=E6=9C=89=E9=99=90?= =?UTF-8?q?=E5=85=AC=E5=8F=B8(HR=E9=A1=B9=E7=9B=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hrmSalary/pages/mobilePayroll/checkSecondaryVerifyDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {