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;
|
selectRound.value = data[0].id;
|
||||||
await fecthInsignia();
|
await fecthInsignia();
|
||||||
await fecthInsigniaType();
|
await fecthInsigniaType();
|
||||||
|
} else {
|
||||||
|
hideLoader();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
messageError($q, err);
|
messageError($q, err);
|
||||||
})
|
|
||||||
.finally(() => {
|
|
||||||
hideLoader();
|
hideLoader();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue