DatePicker: set milliseconds to 0 (#5663)

pull/5706/head
杨奕 2017-07-05 16:34:24 +08:00 committed by baiyaaaaa
parent 6a3ee2fdc7
commit 2106eea52c
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@
},
confirm() {
this.date.setMilliseconds(0);
this.$emit('pick', this.date);
},