custom/汇通建设
This commit is contained in:
parent
2dd387aa80
commit
b4f2ff8060
|
|
@ -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
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in New Issue