diff --git a/src/components/FormTime.vue b/src/components/FormTime.vue index 51a19b7..ccc9397 100644 --- a/src/components/FormTime.vue +++ b/src/components/FormTime.vue @@ -35,7 +35,7 @@ const props = defineProps({ }) const dataByIdVal = ref([]) -const date = ref(null) +const date = ref(new Date()) const checkboxIn = ref(false) const checkboxOut = ref(false) const reason = ref('') @@ -166,6 +166,7 @@ watch( week-start="0" autoApply outlined + lazy-rules >