fix userinput empty loading

This commit is contained in:
kuaifan 2021-12-11 23:29:19 +08:00
parent 3260e5127a
commit 0ea82b9f98

View File

@ -159,6 +159,9 @@
}); });
this.$store.dispatch("getUserBasic", {userid: value}); this.$store.dispatch("getUserBasic", {userid: value});
}); });
if (this.list.length == 0) {
this.initialized = true;
}
}, },
searchUser(query) { searchUser(query) {