参数添加

This commit is contained in:
hongchao 2025-12-30 09:36:11 +08:00
parent b7e12791e8
commit 87deb0ceab
3 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,7 @@ const queryParams = ref({
status: 3,
pageNum: 1,
pageSize: 20,
boxType: 1,
})
// change

View File

@ -126,6 +126,7 @@ const queryParams = ref({
status: 1,
pageNum: 1,
pageSize: 20,
boxType: 1,
})
//

View File

@ -152,6 +152,7 @@ const queryParams = ref({
status: [2,5],
pageNum: 1,
pageSize: 20,
boxType: 1,
})
// change