From a509e1714dcfc75220e6c1d87a575c0deb4a2888 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 22 Aug 2024 08:41:22 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=A3=E0=B8=B7=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=E0=B8=87=E0=B8=A3=E0=B9=89=E0=B8=AD=E0=B8=87=E0=B9=80=E0=B8=A3?= =?UTF-8?q?=E0=B8=B5=E0=B8=A2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/11_discipline/components/1_Complaint/Form.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/11_discipline/components/1_Complaint/Form.vue b/src/modules/11_discipline/components/1_Complaint/Form.vue index 18ed7e429..3926fe3f2 100644 --- a/src/modules/11_discipline/components/1_Complaint/Form.vue +++ b/src/modules/11_discipline/components/1_Complaint/Form.vue @@ -235,15 +235,15 @@ function upLoadFileDoc() { .then((res) => { countNum.value = 2; formData.documentFile = null; - props.getData(); + hideLoader(); success($q, "อัพโหลดไฟล์สำเร็จ"); + props.getData(); }) .catch((e) => { messageError($q, e); - }) - .finally(async () => { hideLoader(); - }); + }) + .finally(async () => {}); } /**