✨ feat: 默认分页改为20
This commit is contained in:
@@ -203,7 +203,7 @@ export default {
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
processKey: null,
|
||||
processName: null,
|
||||
category: null,
|
||||
@@ -225,7 +225,7 @@ export default {
|
||||
publishTotal: 0,
|
||||
publishQueryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
processKey: ""
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user