휴가버튼수정
This commit is contained in:
parent
69f928d37f
commit
3ee5565df6
@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user