update DatePicker

update DatePicker
This commit is contained in:
梁灏 2016-12-15 23:29:31 +08:00
parent f46ebc38dc
commit e1874103ad
4 changed files with 37 additions and 9 deletions

View file

@ -103,7 +103,6 @@
},
watch: {
value (newVal) {
console.log(12331)
if (!newVal) return;
newVal = new Date(newVal);
if (!isNaN(newVal)) {