From 52cf340b332f59ae503be6f08ecf499695dc6fb7 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Fri, 19 Apr 2024 11:10:06 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=97=E0=B8=B8=E0=B8=99=E0=B8=81=E0=B8=B2=E0=B8=A3?= =?UTF-8?q?=E0=B8=A8=E0=B8=B6=E0=B8=81=E0=B8=A9=E0=B8=B2/=E0=B8=9D?= =?UTF-8?q?=E0=B8=B6=E0=B8=81=E0=B8=AD=E0=B8=9A=E0=B8=A3=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/09_scholarship/views/main.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/09_scholarship/views/main.vue b/src/modules/09_scholarship/views/main.vue index 659b4f9..5bddd3a 100644 --- a/src/modules/09_scholarship/views/main.vue +++ b/src/modules/09_scholarship/views/main.vue @@ -80,7 +80,7 @@ const visibleColumns = ref(["scholarshipYear", "scholarshipType"]); /** ดึงข้อมูล */ function getData() { http - .get(config.API.developmentScholarship + `/user/${profilId.value}`) + .get(config.API.developmentScholarship + `/user/${profilId.value}?year=${year.value}&type=${type.value}`) .then((res) => { rows.value = res.data.result; }) @@ -264,6 +264,7 @@ onMounted(async () => { bordered :paging="true" dense + hide-pagination class="custom-table2" :visible-columns="visibleColumns" v-model:pagination="pagination"