dev
This commit is contained in:
parent
63d0c2f15a
commit
69dc9b9d41
|
|
@ -106,7 +106,7 @@ const clickFirst = () => {
|
|||
}
|
||||
const selectedDate: any = ref()
|
||||
const query = ref({
|
||||
pageSize: 20,
|
||||
pageSize: 100,
|
||||
pageNum: 1,
|
||||
keyword: "",
|
||||
status: 0,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue