Browse Source

时间组件默认当前日期

chenyubai 1 year ago
parent
commit
870b972d09
1 changed files with 2 additions and 1 deletions
  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(){