From f15883195c8588ffccc7377ff3cd790430b70183 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 21 Jul 2025 11:56:48 +0700 Subject: [PATCH] =?UTF-8?q?fix=20search=20=3D=3D>=20=20=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=96=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A3=E0=B8=AD=E0=B8=87=E0=B8=95=E0=B8=B3?= =?UTF-8?q?=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../04_registryPerson/components/DialogHistory.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/modules/04_registryPerson/components/DialogHistory.vue b/src/modules/04_registryPerson/components/DialogHistory.vue index 096281386..99bb3dd30 100644 --- a/src/modules/04_registryPerson/components/DialogHistory.vue +++ b/src/modules/04_registryPerson/components/DialogHistory.vue @@ -199,6 +199,7 @@ function closeDialog() { @update:model-value="(Keyword = ''), (positionKeyword = '')" /> +
@@ -226,6 +227,7 @@ function closeDialog() { placeholder="ตำแหน่ง" :rules="[(val:string) => !!val || `${'กรุณากรอก ตำแหน่ง'}`]" hide-bottom-space + @keyup.enter="clickSearch(employeeClass)" />