fixing command step 4

This commit is contained in:
Warunee Tamkoo 2024-06-29 21:45:34 +07:00
parent 2348a20a4c
commit 53d592f103

View file

@ -299,7 +299,7 @@ const saveUpload = () => {
await postfileTailer(); await postfileTailer();
} }
await fetchAttachment(orderId.value); await fetchAttachment(orderId.value);
await fecthstatusOrder(); fecthstatusOrder();
hideLoader(); hideLoader();
}); });
} }
@ -332,7 +332,7 @@ const saveDetail = () => {
} }
// (Y = , N = ) // (Y = , N = )
await fecthstatusOrder(); fecthstatusOrder();
hideLoader(); hideLoader();
}); });