เครื่องราช
This commit is contained in:
parent
08455521f2
commit
249ec6c9ee
7 changed files with 53 additions and 48 deletions
|
|
@ -122,6 +122,7 @@ async function fecthRound() {
|
|||
DataStore.roundId = selectRound.value;
|
||||
}
|
||||
if (roundYear.value) {
|
||||
await fecthInsignia();
|
||||
await fecthInsigniaType();
|
||||
}
|
||||
}
|
||||
|
|
@ -159,7 +160,6 @@ const fecthInsigniaType = async () => {
|
|||
tab.value = DataStore.mainTab;
|
||||
} else tab.value = DataStore.insigniaType[0].name;
|
||||
loadView.value = true;
|
||||
fecthInsignia();
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue