Преглед изворни кода

时间组件默认当前日期

chenyubai пре 1 година
родитељ
комит
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(){