change time

This commit is contained in:
vincentfintend 2018-09-28 18:26:39 +08:00
parent e732753290
commit ee5a8bcc8c

View file

@ -629,9 +629,9 @@
if (!this.autoComplete) this.$nextTick(() => inputField.focus()); if (!this.autoComplete) this.$nextTick(() => inputField.focus());
} }
this.broadcast('Drop', 'on-update-popper'); this.broadcast('Drop', 'on-update-popper');
setTimeout(()=>{ setTimeout(() => {
this.filterQueryChange = false; this.filterQueryChange = false;
},500) },300)
}, },
onQueryChange(query) { onQueryChange(query) {
if (query.length > 0 && query !== this.query) this.visible = true; if (query.length > 0 && query !== this.query) this.visible = true;