diff --git a/src/modules/05_leave/components/Forms/05_VacationForm.vue b/src/modules/05_leave/components/Forms/05_VacationForm.vue index 609f8b5..7522f86 100644 --- a/src/modules/05_leave/components/Forms/05_VacationForm.vue +++ b/src/modules/05_leave/components/Forms/05_VacationForm.vue @@ -267,6 +267,7 @@ const isReadOnly = computed(() => { :enableTimePicker="false" week-start="0" :readonly="!edit" + @update:model-value="formDataVacation.leaveEndDate = null" >