From cd5647cb10bc9fcbcad4bffcee4d7f13e55dca25 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Mon, 4 Mar 2024 11:02:35 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=A3=E0=B8=AD=E0=B8=81=E0=B8=84?= =?UTF-8?q?=E0=B9=89=E0=B8=99=E0=B8=AB=E0=B8=B2=20=E0=B9=80=E0=B9=80?= =?UTF-8?q?=E0=B8=A5=E0=B9=89=E0=B8=A7=20=E0=B8=81=E0=B8=A5=E0=B8=B1?= =?UTF-8?q?=E0=B8=9A=E0=B9=80=E0=B8=82=E0=B9=89=E0=B8=B2=E0=B9=84=E0=B8=9B?= =?UTF-8?q?=E0=B9=83=E0=B8=AB=E0=B8=A1=E0=B9=88=E0=B9=84=E0=B8=A1=E0=B9=88?= =?UTF-8?q?=E0=B8=AB=E0=B8=B2=E0=B8=A2=20=E0=B9=81=E0=B8=81=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/13_salary/components/SalaryLists/DialogAddPerson.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/13_salary/components/SalaryLists/DialogAddPerson.vue b/src/modules/13_salary/components/SalaryLists/DialogAddPerson.vue index 7ce6a408b..09bd517b8 100644 --- a/src/modules/13_salary/components/SalaryLists/DialogAddPerson.vue +++ b/src/modules/13_salary/components/SalaryLists/DialogAddPerson.vue @@ -103,6 +103,7 @@ const maxPage = ref(1); function closeModal() { modal.value = false; formFilter.page = 1; + formFilter.keyword = '' } /** function เรียกรายชื่อ คนเลื่อนเงินเดือน*/