部门选人

This commit is contained in:
shijingjing
2022-09-06 11:23:08 +08:00
parent b1928e0abe
commit 71a73477db

View File

@@ -81,10 +81,10 @@ export default {
fromDepartmentId: 0,
mode: "multi",
type: ["user"],
selectedUserIds: this.userList?.map(e => e.id)
selectedUserIds: this.userListIds?.map(e => e.id)
}).then((res)=>{
if(res?.userList) {
this.userListIds = res.userList.map(e => e.id)
this.userListIds = res.userList
console.log(this.userListIds,'userListIds');
}
}