휴가버튼수정

This commit is contained in:
dyhj625 2025-03-17 14:59:32 +09:00
parent 69f928d37f
commit 3ee5565df6

View File

@ -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();
}
},