mirror of https://github.com/ElemeFE/element
fix implement
parent
df16836163
commit
b86fc3e13c
|
@ -345,7 +345,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
afterLeave() {
|
afterLeave() {
|
||||||
this.$refs.timepicker.handleConfirm();
|
this.$refs.timepicker && this.$refs.timepicker.$emit('pick');
|
||||||
this.$emit('dodestroy');
|
this.$emit('dodestroy');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue