ปรับ icon ออกคำสั่ง
This commit is contained in:
parent
01fcaa31e4
commit
9196885cc2
2 changed files with 43 additions and 39 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue