fixing salary command

This commit is contained in:
Warunee Tamkoo 2024-07-11 17:38:12 +07:00
parent 1cfb8fa563
commit 0b8cbb7309

View file

@ -345,7 +345,7 @@ const saveUpload = () => {
dialogConfirm($q, async () => {
showLoader();
await postfileOrder();
if (attachmentStatus.value) {
if (fileTailer.value) {
await postfileTailer();
}
await fetchAttachment(orderId.value);