dev
This commit is contained in:
parent
63d0c2f15a
commit
69dc9b9d41
|
|
@ -106,7 +106,7 @@ const clickFirst = () => {
|
||||||
}
|
}
|
||||||
const selectedDate: any = ref()
|
const selectedDate: any = ref()
|
||||||
const query = ref({
|
const query = ref({
|
||||||
pageSize: 20,
|
pageSize: 100,
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
keyword: "",
|
keyword: "",
|
||||||
status: 0,
|
status: 0,
|
||||||
|
|
|
||||||
|
|
@ -218,7 +218,7 @@ const init = () => {
|
||||||
isGrant.value = false;
|
isGrant.value = false;
|
||||||
const query = {
|
const query = {
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 50
|
pageSize: 100
|
||||||
};
|
};
|
||||||
post("vip/vip/list", query).then((res: any) => {
|
post("vip/vip/list", query).then((res: any) => {
|
||||||
list.value = res.list;
|
list.value = res.list;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue