修改默认的分页大小

This commit is contained in:
aoshiguchen
2022-10-14 22:04:08 +08:00
parent 47be82ba95
commit 033196d955
6 changed files with 6 additions and 6 deletions
@@ -133,7 +133,7 @@
listLoading: true,
listQuery: {
currentPage: 1,
pageSize: 20,
pageSize: 10,
importance: undefined,
title: undefined,
type: undefined
@@ -172,7 +172,7 @@
listLoading: true,
listQuery: {
currentPage: 1,
pageSize: 20,
pageSize: 10,
importance: undefined,
title: undefined,
type: undefined
@@ -71,7 +71,7 @@ export default {
listLoading: false,
listQuery: {
currentPage: 1,
pageSize: 20,
pageSize: 10,
jobId: undefined
},
jobList: []
@@ -115,7 +115,7 @@
listLoading: true,
listQuery: {
currentPage: 1,
pageSize: 20,
pageSize: 10,
importance: undefined,
title: undefined,
type: undefined
@@ -108,7 +108,7 @@
listLoading: true,
listQuery: {
currentPage: 1,
pageSize: 20,
pageSize: 10,
importance: undefined,
title: undefined,
type: undefined
@@ -119,7 +119,7 @@
listLoading: true,
listQuery: {
currentPage: 1,
pageSize: 20,
pageSize: 10,
importance: undefined,
title: undefined,
type: undefined