From f9bdb3a52307a34749e31a2f2a4356c3461f06dd Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 28 Feb 2025 09:45:45 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=A3=E0=B8=B0=E0=B8=A2=E0=B8=B0?= =?UTF-8?q?=E0=B9=80=E0=B8=A7=E0=B8=A5=E0=B8=B2=E0=B8=94=E0=B8=B3=E0=B8=A3?= =?UTF-8?q?=E0=B8=87=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88?= =?UTF-8?q?=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialogs/PopupPersonalNew.vue | 2 +- .../components/detail/GovernmentInformation/07_Position.vue | 4 ++-- src/modules/21_report/views/02_reportRegistry.vue | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Dialogs/PopupPersonalNew.vue b/src/components/Dialogs/PopupPersonalNew.vue index 4afdf0b48..504fde1ed 100644 --- a/src/components/Dialogs/PopupPersonalNew.vue +++ b/src/components/Dialogs/PopupPersonalNew.vue @@ -487,7 +487,7 @@ async function fetchProfile(id: string, avatarName: string) { diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue index 7c6ddf9fb..eab68205e 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue @@ -755,12 +755,12 @@ async function fetchDataTenure() { /** ทำงานเมื่อ Components ถูกเรียกใช้งาน*/ onMounted(() => { fetchListSalary(); - fetchDataTenure(); + empType.value === "" && fetchDataTenure(); });