This commit is contained in:
wanglei
2021-12-08 15:13:28 +08:00
parent 49b29c0e59
commit 713b086fad
3 changed files with 17 additions and 12 deletions

View File

@@ -164,7 +164,7 @@ export default {
this.clickedUserSelect = true
this.selectEnterpriseContact({
fromDepartmentId: 0,
type: ["user"],
type: ["user","department"],
selectedUserIds: this.form.attendees?.map(e => e.id)
}).then(res => {
this.change(res?.userList || [])