diff --git a/resources/assets/js/components/UserInput.vue b/resources/assets/js/components/UserInput.vue index f8995252..a07a34da 100755 --- a/resources/assets/js/components/UserInput.vue +++ b/resources/assets/js/components/UserInput.vue @@ -139,7 +139,6 @@ methods: { searchUser(key) { if (typeof key !== "string") key = ""; - if (key == this.searchKey) return; this.searchKey = key; // const history = this.searchHistory.find(item => item.key == key);