From 081f87620b45bb362015116458da03320c3c8946 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 27 Sep 2024 17:53:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=20=3D=3D=20>=20fix=20bug?= =?UTF-8?q?=20load?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/18_command/components/Step/View0_Live.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/18_command/components/Step/View0_Live.vue b/src/modules/18_command/components/Step/View0_Live.vue index 0be2508fe..8d94fd43e 100644 --- a/src/modules/18_command/components/Step/View0_Live.vue +++ b/src/modules/18_command/components/Step/View0_Live.vue @@ -45,7 +45,7 @@ const fileUploadTailer = ref(null); //ไฟล์เอกสารแน const fileOrder = ref(null); //ไฟล์คำสั่ง const fileTailer = ref(null); //ไฟล์เอกสารแนบท้าย -const isLoad = ref(false); //แสดงโหลด +const isLoad = ref(true); //แสดงโหลด const modalPerView = ref(false); /** @@ -259,7 +259,6 @@ function onConfirmOrder() { onMounted(async () => { isCheckDraft.value = isDraft.value; isCheckAuthority.value = isAuthority.value; - if (step.value !== 1) { isLoad.value = false; let promises = [fetchDoc("order")];