ทะเบียนประวัติ > ประวัติถือครองตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-21 10:45:38 +07:00
parent 8bfd894d8f
commit 8b12e131bc
5 changed files with 35 additions and 58 deletions

View file

@ -109,9 +109,13 @@ function fetchRoundOption() {
? "รอบเมษายน"
: "",
}));
roundOp.value = list;
store.formQuery.round = list[0].id;
fetchList();
} else {
roundOp.value = [];
store.formQuery.round = "";
}
})
.catch((err) => {
@ -221,7 +225,6 @@ onMounted(async () => {
<q-input
dense
outlined
class="inputgreen"
hide-bottom-space
:model-value="!!year ? year + 543 : null"
:label="`${'ปีงบประมาณ'}`"