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

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