部门 + title

This commit is contained in:
shijingjing
2023-03-01 14:55:58 +08:00
parent 899edfae19
commit 50c326dc3b
3 changed files with 13 additions and 7 deletions

View File

@@ -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)
})
},