From 9416583d33a42b77f5c8dfa101d4e227104c0eb8 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 5 Nov 2024 10:41:17 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20paging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/probation/MainAppoint.vue | 27 +------------------ 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/src/modules/05_placement/components/probation/MainAppoint.vue b/src/modules/05_placement/components/probation/MainAppoint.vue index fea01c8c7..fcb49aee5 100644 --- a/src/modules/05_placement/components/probation/MainAppoint.vue +++ b/src/modules/05_placement/components/probation/MainAppoint.vue @@ -153,12 +153,6 @@ function closeModal() { modalOrder.value = false; rowsOrder.value = []; } -watch( - () => pagination.value.rowsPerPage, - async () => { - await getData(); - } -); onMounted(async () => { await getData(); @@ -235,7 +229,6 @@ onMounted(async () => { dense v-model:pagination="pagination" :rows-per-page-options="[10, 25, 50, 100]" - @update:pagination="updatePagination" > -