From b4f2ff8060d42f3c51aef4637570a698df051294 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Tue, 3 Jun 2025 10:04:35 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E6=B1=87=E9=80=9A=E5=BB=BA=E8=AE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/custom-pages/huitong/socialSecurityReport/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pc4mobx/hrmSalary/pages/custom-pages/huitong/socialSecurityReport/index.js b/pc4mobx/hrmSalary/pages/custom-pages/huitong/socialSecurityReport/index.js index 1b33a540..292165f3 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/huitong/socialSecurityReport/index.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/huitong/socialSecurityReport/index.js @@ -93,7 +93,10 @@ class Index extends Component { }).catch(() => this.setState({ loading: false })); }; getHTCommonListReportSum = (payload, result) => { + WeaLoadingGlobal.start(); API.getHTCommonListReportSum(payload).then(({ status, data }) => { + WeaLoadingGlobal.end(); + WeaLoadingGlobal.destroy(); if (status) this.setState({ sumDataSource: data.sumRow }, () => this.postMessageToChild({ ...result, sumDataSource: data.sumRow }));