This commit is contained in:
Taric Xin
2022-03-25 16:01:23 +08:00
parent 5412720930
commit 5b95e6416f
12 changed files with 72 additions and 42 deletions

View File

@ -80,7 +80,7 @@ export class FreightAccountComponent 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_shipper);
}
private initSF(): SFSchema {