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 }));