fix bug
This commit is contained in:
parent
e9029b88d4
commit
7aa08944bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue