This commit is contained in:
wangshiming
2022-04-06 14:38:10 +08:00
parent 55bd97f7f6
commit c484687413
16 changed files with 213 additions and 99 deletions

View File

@ -866,10 +866,6 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
}
// 导出
exprot() {
this.service.request(this.service.$api_get_asyncExportWholeList, this.reqParams).subscribe((res: any) => {
if (res) {
this.service.msgSrv.success('导出成功,请去下载中心下载!');
}
});
this.service.asyncExport(this.reqParams, this.service.$api_get_asyncExportWholeList);
}
}