This commit is contained in:
ChenQiuYu 2025-05-19 14:28:10 +08:00
parent 70d26919b3
commit 3c7077d053
1 changed files with 1 additions and 1 deletions

View File

@ -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