瀏覽代碼

Merge branch 'dev' into dev_zyh

zhouyuhao 8 月之前
父節點
當前提交
a437031f14
共有 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) => {