edit
This commit is contained in:
		| @ -74,7 +74,7 @@ export class DriverAccountComponent implements OnInit { | ||||
|   } | ||||
|  | ||||
|   exportList() { | ||||
|     this.service.asyncExport({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_driver_account_page); | ||||
|     this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_driver_account_page); | ||||
|   } | ||||
|  | ||||
|   private initSF(): SFSchema { | ||||
|  | ||||
| @ -80,7 +80,7 @@ export class FreightAccountComponent implements OnInit { | ||||
|   } | ||||
|  | ||||
|   exportList() { | ||||
|     this.service.asyncExport({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_shipper); | ||||
|     this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_shipper); | ||||
|   } | ||||
|  | ||||
|   private initSF(): SFSchema { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user