解决Cascader 下拉弹出位置问题
This commit is contained in:
parent
130ea92a19
commit
605bd2aeda
3 changed files with 11 additions and 11 deletions
|
@ -357,6 +357,7 @@
|
|||
if (this.transfer) {
|
||||
this.$refs.drop.update();
|
||||
}
|
||||
this.broadcast('Drop', 'on-update-popper');
|
||||
} else {
|
||||
if (this.filterable) {
|
||||
this.query = '';
|
||||
|
@ -365,6 +366,7 @@
|
|||
if (this.transfer) {
|
||||
this.$refs.drop.destroy();
|
||||
}
|
||||
this.broadcast('Drop', 'on-destroy-popper');
|
||||
}
|
||||
this.$emit('on-visible-change', val);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue