This commit is contained in:
梁灏 2017-05-19 10:49:47 +08:00
parent 03a904529d
commit 219e5c9251
2 changed files with 160 additions and 93 deletions

View file

@ -694,6 +694,12 @@
} else {
this.updateSingleSelected();
}
// #957
if (!this.visible && this.filterable) {
this.$nextTick(() => {
this.broadcastQuery('');
});
}
},
visible (val) {
if (val) {