fix bug รอบเงินเดือน
This commit is contained in:
parent
872d2db544
commit
59b6ad2f5b
2 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ function getRound() {
|
|||
}));
|
||||
roundOptions.value.push(...optionMain);
|
||||
|
||||
roundFilter.value = await [];
|
||||
roundFilter.value = await (roundOptions.value
|
||||
? roundOptions.value[0]
|
||||
: "");
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ function getRound() {
|
|||
}));
|
||||
roundOptions.value.push(...optionMain);
|
||||
|
||||
roundFilter.value = await [];
|
||||
roundFilter.value = await (roundOptions.value
|
||||
? roundOptions.value[0]
|
||||
: "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue