From ab5d1e44f7afa1523a55aa1218a58016b14d48e0 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Fri, 26 Apr 2024 09:55:02 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=95=E0=B8=B1=E0=B8=A7=E0=B8=8A=E0=B8=B5?= =?UTF-8?q?=E0=B9=89=E0=B8=A7=E0=B8=B1=E0=B8=94>>=E0=B8=95=E0=B8=B2?= =?UTF-8?q?=E0=B8=A1=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88?= =?UTF-8?q?=E0=B8=87=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=20key?= =?UTF-8?q?word?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/views/indicatorByRole.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/14_KPI/views/indicatorByRole.vue b/src/modules/14_KPI/views/indicatorByRole.vue index 3cb9cf60c..d5a1ad471 100644 --- a/src/modules/14_KPI/views/indicatorByRole.vue +++ b/src/modules/14_KPI/views/indicatorByRole.vue @@ -74,7 +74,7 @@ function fetchList() { http .get( config.API.kpiRoleMainList + - `?page=${formFilter.page}&pageSize=${formFilter.pageSize}&kpiPeriodId=${formFilter.round}&position=${formFilter.position}` + `?page=${formFilter.page}&pageSize=${formFilter.pageSize}&kpiPeriodId=${formFilter.round}&position=${formFilter.position}&keyword=${formFilter.keyword}` ) .then((res) => { const data = res.data.result.data; @@ -344,6 +344,7 @@ onMounted(async () => { outlined debounce="300" placeholder="ค้นหา" + @keyup.enter="fetchList()" >