dev
This commit is contained in:
parent
70d26919b3
commit
3c7077d053
|
|
@ -130,7 +130,7 @@ const getPatientList = () => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const total = ref(0)
|
const total = ref(0)
|
||||||
const size = ref(2)
|
const size = ref(20)
|
||||||
const page = ref(1)
|
const page = ref(1)
|
||||||
const changePage = (value: any) => {
|
const changePage = (value: any) => {
|
||||||
page.value = value
|
page.value = value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue