mirror of https://github.com/ElemeFE/element
Update cascader.vue
parent
473ef53f93
commit
bebae5a17f
|
@ -450,6 +450,7 @@ export default {
|
||||||
handleClear() {
|
handleClear() {
|
||||||
this.presentText = '';
|
this.presentText = '';
|
||||||
this.panel.clearCheckedNodes();
|
this.panel.clearCheckedNodes();
|
||||||
|
this.$emit('clear');
|
||||||
},
|
},
|
||||||
handleExpandChange(value) {
|
handleExpandChange(value) {
|
||||||
this.$nextTick(this.updatePopper.bind(this));
|
this.$nextTick(this.updatePopper.bind(this));
|
||||||
|
|
Loading…
Reference in New Issue