Skip to content

Commit

Permalink
fix userinput empty loading
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 11, 2021
1 parent 3260e51 commit 0ea82b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/assets/js/components/UserInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
});
this.$store.dispatch("getUserBasic", {userid: value});
});
if (this.list.length == 0) {
this.initialized = true;
}
},
searchUser(query) {
Expand Down

0 comments on commit 0ea82b9

Please sign in to comment.