diff --git a/src/views/registration/index.vue b/src/views/registration/index.vue index f1f0311..a74a34a 100644 --- a/src/views/registration/index.vue +++ b/src/views/registration/index.vue @@ -130,7 +130,7 @@ const getPatientList = () => { }) } const total = ref(0) -const size = ref(2) +const size = ref(20) const page = ref(1) const changePage = (value: any) => { page.value = value