update Select

This commit is contained in:
梁灏 2017-05-08 17:04:25 +08:00
parent 393d85515e
commit f10b27f99d
2 changed files with 8 additions and 3 deletions

View file

@ -82,7 +82,7 @@
return item.label.toLowerCase()
.indexOf(query.toLowerCase()) > -1;
});
}, 500);
}, 200);
} else {
this.options = [];
}