Sfoglia il codice sorgente

时间组件默认当前日期

chenyubai 1 anno fa
parent
commit
870b972d09
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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(){