fixing salary command
This commit is contained in:
parent
1cfb8fa563
commit
0b8cbb7309
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ const saveUpload = () => {
|
||||||
dialogConfirm($q, async () => {
|
dialogConfirm($q, async () => {
|
||||||
showLoader();
|
showLoader();
|
||||||
await postfileOrder();
|
await postfileOrder();
|
||||||
if (attachmentStatus.value) {
|
if (fileTailer.value) {
|
||||||
await postfileTailer();
|
await postfileTailer();
|
||||||
}
|
}
|
||||||
await fetchAttachment(orderId.value);
|
await fetchAttachment(orderId.value);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue