解决Cascader 下拉弹出位置问题

This commit is contained in:
huanghong 2018-03-15 10:49:29 +08:00
parent 130ea92a19
commit 605bd2aeda
3 changed files with 11 additions and 11 deletions

View file

@ -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);
},