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