feat: 默认分页改为20

This commit is contained in:
砂糖
2025-08-25 09:13:45 +08:00
parent c1f3c2d7d6
commit 421a856767
101 changed files with 333 additions and 143 deletions

View File

@@ -259,7 +259,7 @@ export default {
// 查询参数
queryParams: {
pageNum: 1,
pageSize: 10,
pageSize: 20,
stockIoCode: undefined,
ioType: undefined,
bizType: undefined,

View File

@@ -269,7 +269,7 @@ export default {
total: 0,
queryParams: {
pageNum: 1,
pageSize: 10,
pageSize: 20,
stockIoId: undefined
},
auditLoading: false,

View File

@@ -112,7 +112,7 @@ export default {
total: 0,
queryParams: {
pageNum: 1,
pageSize: 10,
pageSize: 20,
stockIoId: undefined
},
returnForm: {

View File

@@ -158,7 +158,7 @@ export default {
// 查询参数
queryParams: {
pageNum: 1,
pageSize: 10,
pageSize: 20,
stockIoCode: undefined,
ioType: this.ioType,
bizType: undefined,