From d184a1bf5afed79055cfb63c64e20c2801d1810e Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 18 Jul 2024 11:20:27 +0700 Subject: [PATCH] =?UTF-8?q?KPI=20=3D>=20=20=E0=B8=9B=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9C=E0=B8=A5=20clear=20filter?= =?UTF-8?q?=20keyword?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/views/resultsMain.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/14_KPI/views/resultsMain.vue b/src/modules/14_KPI/views/resultsMain.vue index 84fef59b4..5d29c4d7a 100644 --- a/src/modules/14_KPI/views/resultsMain.vue +++ b/src/modules/14_KPI/views/resultsMain.vue @@ -76,11 +76,11 @@ function fetcDataList() { // /** // * ทำงานเมื่อมีการเปลี่ยน Tab // */ -// watch(tab, (t) => { -// page.value = 1; -// keyword.value = ""; -// t == "KP7" || t == "COMPLETE" ? fetcDataList() : ""; -// }); +watch(tab, (t) => { + page.value = 1; + keyword.value = ""; + // t == "KP7" || t == "COMPLETE" ? fetcDataList() : ""; +}); /** * ทำงานเมื่อมีการเปลี่ยนแถวต่อหน้า