Parcourir la source

时间组件默认当前日期

chenyubai il y a 1 an
Parent
commit
870b972d09
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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(){