From 23a689d994973b557846700c73a31d515d1c04f5 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 11 Mar 2025 09:23:07 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=B1=E0=B8=99=E0=B8=84=E0=B9=88?= =?UTF-8?q?=E0=B8=B2=E0=B8=A7=E0=B9=88=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ToolBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ToolBar.vue b/src/components/ToolBar.vue index ece27a0..b32a181 100644 --- a/src/components/ToolBar.vue +++ b/src/components/ToolBar.vue @@ -30,7 +30,7 @@ const filterYear = ref(stores.year) //ปีงบประมาณ const titleName = ref('เพิ่มรายการลงเวลากรณีพิเศษ') //หัว popup const dateMonth = ref({ month: new Date().getMonth(), - year: stores.year, + year: stores.year ? stores.year:new Date().getFullYear(), }) const modalPopup = ref(false) // modal เพิ่มรายการลงเวลากรณีพิเศษ