This commit is contained in:
wangshiming
2022-04-09 16:22:24 +08:00
parent c1dd711df6
commit ec007f0428
4 changed files with 8 additions and 4 deletions

View File

@ -285,6 +285,6 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
// 导出
exprot() {
this.service.exportStart({ ...this.reqParams, pageSize: -1 }, this.service.$api_get_asyncExportSpotCheckList);
this.service.exportStart({ ...this.reqParams, pageSize: -1 }, this.service.$api_abnormalWarning_asyncExport);
}
}