fix bug
This commit is contained in:
parent
f97cda0a8d
commit
020e033785
1 changed files with 2 additions and 4 deletions
|
|
@ -259,19 +259,17 @@ async function backToEdit(reason: string) {
|
|||
}
|
||||
)
|
||||
.then(async () => {
|
||||
success($q, "บันทึกสำเร็จ");
|
||||
await fecthInsigniaByOc(
|
||||
round.value,
|
||||
DataStore.agency,
|
||||
"officer",
|
||||
tab.value
|
||||
);
|
||||
modalPopupBackToEdit.value = await false;
|
||||
await success($q, "บันทึกสำเร็จ");
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
})
|
||||
.finally(() => {
|
||||
modalPopupBackToEdit.value = false;
|
||||
hideLoader();
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue