部门 + title
This commit is contained in:
@@ -96,14 +96,14 @@ export default {
|
||||
fromDepartmentId: 0,
|
||||
mode: "multi",
|
||||
type: ["department"],
|
||||
selectedUserIds: this.deptListArr?.map(e => e.id)
|
||||
selectedDepartmentIds: this.deptListArr?.map(e => e.id)
|
||||
}).then((res)=>{
|
||||
if(res?.userList) {
|
||||
this.deptListArr = res.userList
|
||||
}
|
||||
}
|
||||
).catch((err) => {
|
||||
console.log(err);
|
||||
this.$u.toast(err)
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user