Преглед на файлове

Merge branch 'release_zyh' of United_Software/k_online_ui into dev

Jack Zhou преди 8 месеца
родител
ревизия
58e1546a61
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/DateRange/src/components/CalendarDate.vue

+ 1 - 1
src/components/DateRange/src/components/CalendarDate.vue

@@ -23,7 +23,7 @@ const props = defineProps({
     default: false
   }
 })
-const ETDDate = ref()
+const ETDDate = ref([])
 watch(
   () => props.Date,
   (current: any) => {