Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-05 17:55:22 +07:00
commit fa7cab32c3
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]
: "");