feat(resettle2): 分页数改为50
This commit is contained in:
parent
e754739aa3
commit
b5fa07eee4
|
@ -227,7 +227,7 @@ export default {
|
||||||
// 筛选条件
|
// 筛选条件
|
||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 50,
|
||||||
stage: 1,
|
stage: 1,
|
||||||
stageStatus: null,
|
stageStatus: null,
|
||||||
childNode: '',
|
childNode: '',
|
||||||
|
|
Loading…
Reference in New Issue