From 8751c14002bd7646bb0e460b78083a9977bc338e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 25 Apr 2024 16:39:58 +0800 Subject: [PATCH] hotfix/2.12.1.2404.02 --- pc4mobx/hrmSalary/pages/mobilePayroll/passSetDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/passSetDialog.js b/pc4mobx/hrmSalary/pages/mobilePayroll/passSetDialog.js index 6f86c0b2..5e72cc72 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/passSetDialog.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/passSetDialog.js @@ -73,7 +73,7 @@ class PassSetDialog extends Component { return group; }; saveSecondaryPassword = async () => { - const { openRSA } = getPasswordForm(); + const { openRSA } = await getPasswordForm(); const { isPassLoginPassword } = this.state; const { form } = this.props; const { secondaryPwd1, secondaryPwd2, validatecode, password } = form.getFormParams();