This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-01 17:27:13 +07:00
parent f97cda0a8d
commit 020e033785

View file

@ -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();
});
},