This commit is contained in:
wangshiming
2022-04-09 15:33:53 +08:00
parent 8e9b5f6832
commit 8ac4115e1d
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ export class CostManagementComponent implements OnInit {
}
exportList() {
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 });
this.service.exportStart( { ...this.sf.value, pageSize: -1 }, this.service.$api_get_exportPlatformAccountBalanceByOperator,);
}
routeTo(url: string, params?: any, status?: any) {