This commit is contained in:
linfso 2025-05-07 07:30:40 +08:00
parent 6d9d86790c
commit 4fc8717d8a

View File

@ -492,7 +492,7 @@ export default {
else{
let qExportParam = this.initQueryParams();;
qExportParam.pageNum=1;
qExportParam.pageSize=5000;
qExportParam.pageSize=20000;
queryPayBackStatList(qExportParam).then(response => {
if (response.code === 200) {