From 19129e8b5c547f2afa0ae3c83bdd82d34402c370 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Fri, 28 Nov 2025 11:12:50 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E9=92=B1=E6=99=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/calculate/doCalc/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js index e5984c99..040ce6da 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js @@ -173,8 +173,11 @@ class Index extends Component { }); } else { message.error(errormsg); + this.calc.onAdSearch(false); } - }).catch(() => this.setState({ loading: { ...this.state.loading, feedback: false } })); + }).catch(() => this.setState({ + loading: { ...this.state.loading, feedback: false } + }, () => this.calc.onAdSearch(false))); }; afterTaxAccounting = () => { const { routeParams: { salaryAcctRecordId } } = this.props;