This commit is contained in:
wangshiming
2022-04-09 15:32:37 +08:00
parent 6172fc9b4d
commit 5cafadb8e2
7 changed files with 8 additions and 17 deletions

View File

@ -195,6 +195,6 @@ export class PlatformAccountComponent implements OnInit {
];
}
exportList() {
this.service.downloadFile(this.service.$api_get_exportPlatformAccountBalanceByOperator, { ...this.sf.value, pageSize: -1 });
this.service.exportStart( { ...this.sf.value, pageSize: -1 }, this.service.$api_get_exportPlatformAccountBalanceByOperator,);
}
}