This commit is contained in:
Taric Xin
2022-04-06 14:31:40 +08:00
parent 62978c681e
commit 55bd97f7f6
2 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export class DriverAccountComponent implements OnInit {
}
exportList() {
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 });
this.service.asyncExport({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_driver_account_page);
}
private initSF(): SFSchema {