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());
}
this.broadcast('Drop', 'on-update-popper');
setTimeout(()=>{
setTimeout(() => {
this.filterQueryChange = false;
},500)
},300)
},
onQueryChange(query) {
if (query.length > 0 && query !== this.query) this.visible = true;