Просмотр исходного кода

时间组件默认当前日期

chenyubai 8 месяцев назад
Родитель
Сommit
870b972d09
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/components/Form/index.vue

+ 2 - 1
src/components/Form/index.vue

@ -142,7 +142,8 @@ export default {
            showPick: false,
            columns: [],
            curPick: "",
            groups: []
            groups: [],
            currentDate:new Date(),
        }
    },
    created(){