userListIds
This commit is contained in:
@@ -85,6 +85,7 @@ export default {
|
||||
}).then((res)=>{
|
||||
if(res?.userList) {
|
||||
this.userListIds = res.userList.map(e => e.id)
|
||||
console.log(this.userListIds,'userListIds');
|
||||
}
|
||||
}
|
||||
).catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user