From 92ecb81bfe38d25e8e1eeee55eb0ce5b27408501 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 7 Nov 2023 16:53:17 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=84=E0=B8=82=E0=B9=89?= =?UTF-8?q?=20showload=20=E0=B8=84=E0=B9=89=E0=B8=B2=E0=B8=87=20=E0=B8=AA?= =?UTF-8?q?=E0=B9=88=E0=B8=A7=E0=B8=99=20=E0=B8=A2=E0=B8=B7=E0=B8=A1-?= =?UTF-8?q?=E0=B8=84=E0=B8=B7=E0=B8=99=E0=B9=80=E0=B8=84=E0=B8=A3=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=87=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/5_Borrow/DialogForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/07_insignia/components/5_Borrow/DialogForm.vue b/src/modules/07_insignia/components/5_Borrow/DialogForm.vue index 3d6069993..53989b675 100644 --- a/src/modules/07_insignia/components/5_Borrow/DialogForm.vue +++ b/src/modules/07_insignia/components/5_Borrow/DialogForm.vue @@ -223,8 +223,8 @@ const clickSave = async () => { // ค้นหาคนจากเลขประจำตัวประชาชน const searchcardid = async () => { - showLoader(); if (cardid.value.length === 13) { + showLoader(); const node = await listPerson.value.find( (e: any) => e.citizenId === cardid.value );