bug
This commit is contained in:
@@ -60,6 +60,7 @@ export default {
|
||||
endTime: '',
|
||||
sex: "0",
|
||||
userList: [],
|
||||
userListIds: [],
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -82,9 +83,9 @@ export default {
|
||||
selectedUserIds: this.userList?.map(e => e.id)
|
||||
}).then((res)=>{
|
||||
console.log(res);
|
||||
// if(res?.departmentList) {
|
||||
// this.departmentId = res.departmentList[0].id
|
||||
// }
|
||||
if(res?.userList) {
|
||||
this.userListIds = res.userList.map(e => e.id)
|
||||
}
|
||||
}
|
||||
).catch((err) => {
|
||||
console.log(err);
|
||||
|
||||
Reference in New Issue
Block a user