This commit is contained in:
wangshiming
2022-04-09 15:38:03 +08:00
parent 8ac4115e1d
commit f00ddf4bfb
8 changed files with 8 additions and 8 deletions

View File

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