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

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