Prechádzať zdrojové kódy

Merge branch 'dev' into dev_zyh

zhouyuhao 8 mesiacov pred
rodič
commit
a437031f14

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