参数添加
This commit is contained in:
parent
b7e12791e8
commit
87deb0ceab
|
|
@ -120,6 +120,7 @@ const queryParams = ref({
|
|||
status: 3,
|
||||
pageNum: 1,
|
||||
pageSize: 20,
|
||||
boxType: 1,
|
||||
})
|
||||
|
||||
// 日期 change 事件
|
||||
|
|
|
|||
|
|
@ -126,6 +126,7 @@ const queryParams = ref({
|
|||
status: 1,
|
||||
pageNum: 1,
|
||||
pageSize: 20,
|
||||
boxType: 1,
|
||||
})
|
||||
|
||||
// 初始化状态栏高度
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@ const queryParams = ref({
|
|||
status: [2,5],
|
||||
pageNum: 1,
|
||||
pageSize: 20,
|
||||
boxType: 1,
|
||||
})
|
||||
|
||||
// 日期 change 事件
|
||||
|
|
|
|||
Loading…
Reference in New Issue