【修复】部分界面的 pageSize = 1,导致无法上啦刷新

This commit is contained in:
YunaiV
2024-10-12 20:23:26 +08:00
parent fd33176222
commit 9451092335
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
list: [],
total: 0,
pageNo: 1,
pageSize: 1,
pageSize: 8,
},
});