fixed #957
This commit is contained in:
parent
03a904529d
commit
219e5c9251
2 changed files with 160 additions and 93 deletions
|
@ -694,6 +694,12 @@
|
|||
} else {
|
||||
this.updateSingleSelected();
|
||||
}
|
||||
// #957
|
||||
if (!this.visible && this.filterable) {
|
||||
this.$nextTick(() => {
|
||||
this.broadcastQuery('');
|
||||
});
|
||||
}
|
||||
},
|
||||
visible (val) {
|
||||
if (val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue