update TimePicker

update TimePicker
This commit is contained in:
梁灏 2016-12-27 17:41:35 +08:00
parent 2dbbd7dea6
commit af713093ab
6 changed files with 62 additions and 10 deletions

View file

@ -75,7 +75,6 @@
this.hours = '';
this.minutes = '';
this.seconds = '';
this.$emit('on-pick', '');
},
handleChange (date, emit = true) {
if (date.hours !== undefined) {