From fe0d9a4f2e2c21e326205d027852db842040545c Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 14 Dec 2023 12:07:00 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=E0=B9=80?= =?UTF-8?q?=E0=B8=9B=E0=B8=A5=E0=B8=B5=E0=B9=88=E0=B8=A2=E0=B8=99=E0=B9=80?= =?UTF-8?q?=E0=B9=80=E0=B8=96=E0=B8=A7=20=E0=B8=97=E0=B8=B5=E0=B9=88=20?= =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=AA=E0=B8=94=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../11_discipline/components/8_AppealComplain/MainPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/11_discipline/components/8_AppealComplain/MainPage.vue b/src/modules/11_discipline/components/8_AppealComplain/MainPage.vue index 0a0881ade..2ff2db0f8 100644 --- a/src/modules/11_discipline/components/8_AppealComplain/MainPage.vue +++ b/src/modules/11_discipline/components/8_AppealComplain/MainPage.vue @@ -162,7 +162,7 @@ watch( () => currentPage.value, () => { rowsPerPage.value = pagination.value.rowsPerPage; - // getList(); + getData() } ); @@ -171,7 +171,7 @@ watch( () => { rowsPerPage.value = pagination.value.rowsPerPage; currentPage.value = 1; - // getList(); + getData() } );