From 0b8cbb7309ada9576cafa02bc3a7f67625dea9e6 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 11 Jul 2024 17:38:12 +0700 Subject: [PATCH] fixing salary command --- src/modules/13_salary/components/Command/step04.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/13_salary/components/Command/step04.vue b/src/modules/13_salary/components/Command/step04.vue index 8290f6944..0c8338fab 100644 --- a/src/modules/13_salary/components/Command/step04.vue +++ b/src/modules/13_salary/components/Command/step04.vue @@ -345,7 +345,7 @@ const saveUpload = () => { dialogConfirm($q, async () => { showLoader(); await postfileOrder(); - if (attachmentStatus.value) { + if (fileTailer.value) { await postfileTailer(); } await fetchAttachment(orderId.value);