custom/汇通建设

This commit is contained in:
lys 2025-06-03 10:04:35 +08:00
parent 2dd387aa80
commit b4f2ff8060
1 changed files with 3 additions and 0 deletions

View File

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