漏组批次订单导出扩展10万条

This commit is contained in:
wuteng 2025-07-10 15:00:44 +08:00
parent 403c10c891
commit b762758a1a

View File

@ -384,7 +384,7 @@ export default {
let qExportParam={...this.queryParams};
qExportParam=this.addDateRange(qExportParam, this.dateTimeRange,'sendDate')
qExportParam.pageNum=1;
qExportParam.pageSize=20000;
qExportParam.pageSize=100000;
listEmisTmsSiteBatchMiss(qExportParam).then(response => {
if (response.code === 200) {