ทะเบียนประวัติ > ประวัติถือครองตำแหน่ง
This commit is contained in:
parent
8bfd894d8f
commit
8b12e131bc
5 changed files with 35 additions and 58 deletions
|
|
@ -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="`${'ปีงบประมาณ'}`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue