From 265167f006aa07c72306f006d7e0f6b924a386b5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 24 Jan 2025 15:52:54 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=20=E0=B8=9A=E0=B8=B1=E0=B8=99=E0=B8=97?= =?UTF-8?q?=E0=B8=B6=E0=B8=81=E0=B8=9C=E0=B8=A5=E0=B8=81=E0=B8=B2=E0=B8=A3?= =?UTF-8?q?=E0=B9=84=E0=B8=94=E0=B9=89=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=9E?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=97=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=E0=B9=80=E0=B8=84=E0=B8=A3=E0=B8=B7=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=E0=B8=87=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=AD=E0=B8=B4=E0=B8=AA?= =?UTF-8?q?=E0=B8=A3=E0=B8=B4=E0=B8=A2=E0=B8=B2=E0=B8=A0=E0=B8=A3=E0=B8=93?= =?UTF-8?q?=E0=B9=8C/=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=88=E0=B9=88?= =?UTF-8?q?=E0=B8=B2=E0=B8=A2=E0=B9=83=E0=B8=9A=E0=B8=81=E0=B8=B3=E0=B8=81?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/3_result/DialogResults.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/07_insignia/components/3_result/DialogResults.vue b/src/modules/07_insignia/components/3_result/DialogResults.vue index c61190132..5e14a0bdb 100644 --- a/src/modules/07_insignia/components/3_result/DialogResults.vue +++ b/src/modules/07_insignia/components/3_result/DialogResults.vue @@ -149,6 +149,8 @@ function findlist(id: string = "", idCard: string) { if (data) { fullName.value = `${data.prefix}${data.firstName} ${data.lastName}`; // ชื่อ; position.value = data.position; // ตำแหน่ง + affiliationRequest.value = data.org; + affiliationReceived.value = data.org; } else { notifyError($q, "ไม่พบข้อมูลเลขประจำตัวประชาชนนี้"); }