fix bug ข้อมูลหลัก ตัวชี้วัด
This commit is contained in:
parent
e100ac0ec3
commit
cf6aae6bdd
5 changed files with 7 additions and 22 deletions
|
|
@ -325,7 +325,6 @@ onMounted(async () => {
|
|||
dense
|
||||
outlined
|
||||
v-model="nodeData.round"
|
||||
:model-value="nodeData.round === '' ? 'ทั้งหมด' : nodeData.round"
|
||||
:options="roundOp"
|
||||
label="รอบการประเมิน"
|
||||
option-label="name"
|
||||
|
|
|
|||
|
|
@ -338,9 +338,7 @@ onMounted(async () => {
|
|||
autoApply
|
||||
year-picker
|
||||
:enableTimePicker="false"
|
||||
@update:model-value="
|
||||
(formFilter.page = 1), (formFilter.round = ''), fetchList()
|
||||
"
|
||||
@update:model-value="(formFilter.page = 1), fetchList()"
|
||||
>
|
||||
<template #year="{ year }">{{ year + 543 }}</template>
|
||||
<template #year-overlay-value="{ value }">{{
|
||||
|
|
@ -382,7 +380,6 @@ onMounted(async () => {
|
|||
dense
|
||||
outlined
|
||||
v-model="formFilter.round"
|
||||
:model-value="formFilter.round === '' ? 'ทั้งหมด' : formFilter.round"
|
||||
:options="roundOp"
|
||||
label="รอบการประเมิน"
|
||||
option-label="name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue