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);