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

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