userListIds

This commit is contained in:
shijingjing
2022-09-06 11:04:38 +08:00
parent 772fbf27b3
commit ce94a10992

View File

@@ -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) => {