fix implement

pull/6189/head
Dreamacro 2017-07-27 16:39:30 +08:00 committed by 杨奕
parent df16836163
commit b86fc3e13c
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@
},
afterLeave() {
this.$refs.timepicker.handleConfirm();
this.$refs.timepicker && this.$refs.timepicker.$emit('pick');
this.$emit('dodestroy');
}
},