fix bug รอบเงินเดือน

This commit is contained in:
Warunee Tamkoo 2024-04-05 16:53:02 +07:00
parent 872d2db544
commit 59b6ad2f5b
2 changed files with 2 additions and 0 deletions

View file

@ -79,6 +79,7 @@ function getRound() {
}));
roundOptions.value.push(...optionMain);
roundFilter.value = await [];
roundFilter.value = await (roundOptions.value
? roundOptions.value[0]
: "");

View file

@ -78,6 +78,7 @@ function getRound() {
}));
roundOptions.value.push(...optionMain);
roundFilter.value = await [];
roundFilter.value = await (roundOptions.value
? roundOptions.value[0]
: "");