mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
fix userinput empty loading
This commit is contained in:
parent
3260e5127a
commit
0ea82b9f98
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user