Преглед изворни кода

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) => {