From 10a9401d32a1ab4dd9d5ef988063bd7e6a5d6f41 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 26 Sep 2024 11:10:29 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20get=20=E0=B9=80=E0=B8=A1=E0=B8=B7=E0=B9=88=E0=B8=AD=20?= =?UTF-8?q?=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99=20?= =?UTF-8?q?=E0=B8=A5=E0=B8=B3=E0=B8=94=E0=B8=B1=E0=B8=9A=20=E0=B8=AA?= =?UTF-8?q?=E0=B8=B3=E0=B9=80=E0=B8=A3=E0=B9=87=E0=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/18_command/components/Step/2_ListPersons.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/18_command/components/Step/2_ListPersons.vue b/src/modules/18_command/components/Step/2_ListPersons.vue index 4e999f001..cbd495755 100644 --- a/src/modules/18_command/components/Step/2_ListPersons.vue +++ b/src/modules/18_command/components/Step/2_ListPersons.vue @@ -124,6 +124,7 @@ async function onSawpPos(val: any, type: string) { .get(config.API.commandSwap("tab2", type, val.id)) .then((res) => { success($q, "แก้ไขข้อมูลสำเร็จ"); + getPersonList(); }) .catch((e) => { messageError($q, e); @@ -151,7 +152,7 @@ function onDelete(id: string) { } function selectModal(data: PersonInfo) { - selectPersonData = data + selectPersonData = data; titleName.value = `${data.prefix ?? ""}${data.firstName ?? ""} ${ data.lastName ?? "" }`;