fix datepicker class 21_report

This commit is contained in:
Warunee Tamkoo 2025-06-06 09:53:39 +07:00
parent 52936530f1
commit 7d2e1ba0d1
4 changed files with 1 additions and 7 deletions

View file

@ -63,8 +63,7 @@ async function fetchReport() {
loadingBtn.value = true;
await http
.get(
config.API.evaluationReport +
`?year=${year.value}&rootId=${nodeId.value}`
config.API.evaluationReport + `?year=${year.value}&rootId=${nodeId.value}`
)
.then(async (res) => {
const data = await res.data.result;
@ -320,7 +319,6 @@ onMounted(() => {
<q-separator />
<div class="col-12 q-px-sm">
<datepicker
menu-class-name="modalfix"
v-model="year"
:locale="'th'"
autoApply