ดักปีรอบการสอบ
This commit is contained in:
parent
cfd896213c
commit
44f43d2f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ const fetchYearOptions = async () => {
|
|||
}, "");
|
||||
searchYear.value = maxNumber;
|
||||
DataStore.DataMainYearSet(searchYear.value);
|
||||
fetchPlacementData(searchYear.value);
|
||||
searchYear.value && fetchPlacementData(searchYear.value);
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue