From 93d1408d436d772b339c6cd1b0e7dbee0c5f3952 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 14 May 2025 14:07:08 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E4=B8=AD=E8=88=AA=E5=AF=8C=E5=A3=AB?= =?UTF-8?q?=E8=BE=BE=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/calculate/doCalc/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js index 50a77df6..e2bb88d6 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js @@ -159,6 +159,7 @@ class Index extends Component { this.setState({ confirmLoading: false }); if (status) { message.success(getLabel(111, "操作成功!")); + this.calc.onAdSearch(false); resolve(); } else { message.error(errormsg);