edit
This commit is contained in:
@ -568,6 +568,6 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
userAction() {}
|
||||
// 导出
|
||||
exportFire() {
|
||||
this.service.asyncExport(this.reqParams, this.service.$api_asyncExportBulkList);
|
||||
this.service.exportStart(this.reqParams, this.service.$api_asyncExportBulkList);
|
||||
}
|
||||
}
|
||||
|
||||
@ -685,6 +685,6 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
}
|
||||
// 导出
|
||||
exportFire() {
|
||||
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