Commit b86fc3e1 authored by Dreamacro's avatar Dreamacro Committed by 杨奕

fix implement

parent df168361
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
}, },
afterLeave() { afterLeave() {
this.$refs.timepicker.handleConfirm(); this.$refs.timepicker && this.$refs.timepicker.$emit('pick');
this.$emit('dodestroy'); this.$emit('dodestroy');
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment