This commit is contained in:
Taric Xin
2022-04-08 16:08:34 +08:00
parent 0b7e7b05c5
commit b568ac9dd2
15 changed files with 25 additions and 13 deletions

View File

@ -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);
}
}

View File

@ -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);
}
}