From c91482ef7cfaa6fdaf99eaf9dd8f86b97c921bd7 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 7 Feb 2024 17:23:57 +0700 Subject: [PATCH] updated --- src/modules/04_registry/components/Profile.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index 50ec60ac6..75be6809f 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -155,7 +155,7 @@
ยืนยันการตรวจสอบข้อมูล ปลดล็อคให้แก้ไขข้อมูล { await checIsVerified(); }); -const isVerified = ref(false); +// const isVerified = ref(false); const fetchData = async () => { showLoader(); await http @@ -964,7 +964,6 @@ const fetchData = async () => { leaveReason.value = ` (พ้นจากราชการด้วยสาเหตุ: ${data.leaveReason})`; } reasonStatus.value = reason.length > 0 ? true : false; - isVerified.value = data.isVerified ? data.isVerified : false; }) .catch((e) => { messageError($q, e);