This commit is contained in:
LiJianZhao 2025-05-17 16:28:39 +08:00
parent 63d0c2f15a
commit 69dc9b9d41
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ const clickFirst = () => {
}
const selectedDate: any = ref()
const query = ref({
pageSize: 20,
pageSize: 100,
pageNum: 1,
keyword: "",
status: 0,

View File

@ -218,7 +218,7 @@ const init = () => {
isGrant.value = false;
const query = {
page: 1,
pageSize: 50
pageSize: 100
};
post("vip/vip/list", query).then((res: any) => {
list.value = res.list;