fix bug
This commit is contained in:
parent
1a54a07742
commit
f0c0efa8c4
1 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ async function fecthInsigniaByOc(
|
|||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
// messageError($q, err);
|
||||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
|
|
@ -225,8 +225,8 @@ async function sendToDirector() {
|
|||
messageError($q, err);
|
||||
})
|
||||
.finally(async () => {
|
||||
await hideLoader();
|
||||
await fecthStat(round.value);
|
||||
await hideLoader();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue