fix userinput empty loading
This commit is contained in:
@@ -159,6 +159,9 @@
|
||||
});
|
||||
this.$store.dispatch("getUserBasic", {userid: value});
|
||||
});
|
||||
if (this.list.length == 0) {
|
||||
this.initialized = true;
|
||||
}
|
||||
},
|
||||
|
||||
searchUser(query) {
|
||||
|
||||
Reference in New Issue
Block a user