edit
This commit is contained in:
@ -283,6 +283,6 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
|
||||
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.asyncExport(this.reqParams, this.service.$api_get_asyncExportSpotCheckList);
|
||||
this.service.exportStart(this.reqParams, this.service.$api_get_asyncExportSpotCheckList);
|
||||
}
|
||||
}
|
||||
|
||||
@ -851,6 +851,6 @@ export class OrderManagementBulkComponent implements OnInit {
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.asyncExport(this.reqParams,this.service.$api_get_asyncExportBulkList);
|
||||
this.service.exportStart(this.reqParams,this.service.$api_get_asyncExportBulkList);
|
||||
}
|
||||
}
|
||||
|
||||
@ -696,6 +696,6 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.asyncExport(this.reqParams, this.service.$api_get_asyncExportSpotCheckList);
|
||||
this.service.exportStart(this.reqParams, this.service.$api_get_asyncExportSpotCheckList);
|
||||
}
|
||||
}
|
||||
|
||||
@ -578,6 +578,6 @@ export class OrderManagementReceiptsAuditComponent implements OnInit {
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.asyncExport(this.reqParams, this.service.$api_get_asyncExportExamineBillList);
|
||||
this.service.exportStart(this.reqParams, this.service.$api_get_asyncExportExamineBillList);
|
||||
}
|
||||
}
|
||||
|
||||
@ -534,6 +534,6 @@ export class OrderManagementRiskComponent implements OnInit {
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.asyncExport(this.reqParams, this.service.$api_get_asyncExportRiskBillList);
|
||||
this.service.exportStart(this.reqParams, this.service.$api_get_asyncExportRiskBillList);
|
||||
}
|
||||
}
|
||||
|
||||
@ -866,6 +866,6 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.asyncExport(this.reqParams, this.service.$api_get_asyncExportWholeList);
|
||||
this.service.exportStart(this.reqParams, this.service.$api_get_asyncExportWholeList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user