fix bug ข้อมูลหลัก ตัวชี้วัด

This commit is contained in:
Warunee Tamkoo 2024-05-09 15:42:38 +07:00
parent e100ac0ec3
commit cf6aae6bdd
5 changed files with 7 additions and 22 deletions

View file

@ -325,7 +325,6 @@ onMounted(async () => {
dense
outlined
v-model="nodeData.round"
:model-value="nodeData.round === '' ? 'ทั้งหมด' : nodeData.round"
:options="roundOp"
label="รอบการประเมิน"
option-label="name"

View file

@ -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"