This commit is contained in:
梁灏 2017-04-28 11:16:40 +08:00
parent bb1f58e203
commit f4c38b4604
2 changed files with 28 additions and 7 deletions

View file

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