ปรับ icon ออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-06 10:13:57 +07:00
parent 01fcaa31e4
commit 9196885cc2
2 changed files with 43 additions and 39 deletions

View file

@ -39,7 +39,6 @@ const fecthRound = async () => {
.then(async (res) => {
let data = res.data.result;
if (data.length !== 0) {
await fecthInsigniaType();
selectRoundAllOption.value = [
{
name: "ทั้งหมด",
@ -63,6 +62,9 @@ const fecthRound = async () => {
selectRound.value = data[0].id;
yearRound.value = data[0].year;
roundYear.value = data[0].year;
if (roundYear.value !== "") {
await fecthInsigniaType();
}
}
})
.catch((err) => {