edit
This commit is contained in:
@ -480,6 +480,6 @@ export class WaybillManagementBulkComponent implements OnInit {
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.asyncExport(this.reqParams,this.service.$api_asyncExportBulkList)
|
||||
this.service.exportStart(this.reqParams,this.service.$api_asyncExportBulkList)
|
||||
}
|
||||
}
|
||||
|
||||
@ -489,6 +489,6 @@ export class WaybillManagementVehicleComponent implements OnInit {
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.asyncExport(this.reqParams, this.service.$api_asyncExportWholeList);
|
||||
this.service.exportStart(this.reqParams, this.service.$api_asyncExportWholeList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user