From cb841ba3e371f9e175e0665876c78ca5ee4deb42 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Tue, 26 Dec 2023 17:11:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=8A=E0=B9=88?= =?UTF-8?q?=E0=B8=A7=E0=B8=87=E0=B8=A7=E0=B8=B1=E0=B8=99=E0=B8=A3=E0=B8=B2?= =?UTF-8?q?=E0=B8=A2=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B8=A5=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/09_leave/components/3_Report/DetailReport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/09_leave/components/3_Report/DetailReport.vue b/src/modules/09_leave/components/3_Report/DetailReport.vue index a9bc15dae..22a9e89c0 100644 --- a/src/modules/09_leave/components/3_Report/DetailReport.vue +++ b/src/modules/09_leave/components/3_Report/DetailReport.vue @@ -278,7 +278,7 @@ async function updateLeaveday() { dateStart.value = new Date(year.value, 9, 1); dateEnd.value = new Date(year.value + 1, 2, 31); } else if (yearType.value === "SECONDHAFT") { - dateStart.value = new Date(year.value + 1, 2, 31); + dateStart.value = new Date(year.value + 1, 3, 1); dateEnd.value = new Date(year.value + 1, 8, 30); }