提交
This commit is contained in:
@@ -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 || [])
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user