From 3ee5565df6c104746fced58fba5a91105b962a4c Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Mon, 17 Mar 2025 14:59:32 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9C=B4=EA=B0=80=EB=B2=84=ED=8A=BC=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vacation/VacationManagement.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/vacation/VacationManagement.vue b/src/views/vacation/VacationManagement.vue index fc2ee78..7052b15 100644 --- a/src/views/vacation/VacationManagement.vue +++ b/src/views/vacation/VacationManagement.vue @@ -574,7 +574,7 @@ watch(() => lastRemainingYear.value, async (newYear, oldYear) => { watch( () => Array.from(selectedDates.value.keys()), // 선택된 날짜 리스트 감시 (newKeys) => { - if (halfDayButtonsRef.value) { + if (halfDayButtonsRef.value && !halfDayType.value) { halfDayButtonsRef.value.resetHalfDay(); } },