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

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

View File

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