เครื่องราช

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-30 22:27:26 +07:00
parent 08455521f2
commit 249ec6c9ee
7 changed files with 53 additions and 48 deletions

View file

@ -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);