This commit is contained in:
wanglei
2021-12-08 15:39:18 +08:00
parent 853d10029a
commit db6f74adb7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -124,7 +124,7 @@
handleSelectUser() {
this.selectEnterpriseContact({
fromDepartmentId:0,
type:["user","department"],
type:["user"],
selectedUserIds: this.form.persons?.map(e=>e.id)
}).then(res => {
console.log(res);