This commit is contained in:
linfso 2025-05-24 10:47:38 +08:00
parent b8cf368cce
commit 83b5bbf327

View File

@ -270,7 +270,7 @@ export default {
else{
let qExportParam={...this.queryParams};
qExportParam.pageNum=1;
qExportParam.pageSize=20000;
qExportParam.pageSize=50000;
qExportParam=this.addDateRange(qExportParam, this.dateTimeRange,"createTime")