fixed #805
This commit is contained in:
parent
bb1f58e203
commit
f4c38b4604
2 changed files with 28 additions and 7 deletions
|
@ -536,11 +536,17 @@
|
|||
|
||||
this.$on('append', () => {
|
||||
this.modelToQuery();
|
||||
this.$nextTick(() => {
|
||||
this.broadcastQuery('');
|
||||
});
|
||||
this.slotChange();
|
||||
this.updateOptions(true, true);
|
||||
});
|
||||
this.$on('remove', () => {
|
||||
this.modelToQuery();
|
||||
this.$nextTick(() => {
|
||||
this.broadcastQuery('');
|
||||
});
|
||||
this.slotChange();
|
||||
this.updateOptions(true, true);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue