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