This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-01 21:34:55 +07:00
parent e9029b88d4
commit 7aa08944bb

View file

@ -242,12 +242,12 @@ async function fecthRound() {
selectRound.value = data[0].id;
await fecthInsignia();
await fecthInsigniaType();
} else {
hideLoader();
}
})
.catch((err) => {
messageError($q, err);
})
.finally(() => {
hideLoader();
});
}