提交
This commit is contained in:
@@ -164,7 +164,7 @@ export default {
|
|||||||
this.clickedUserSelect = true
|
this.clickedUserSelect = true
|
||||||
this.selectEnterpriseContact({
|
this.selectEnterpriseContact({
|
||||||
fromDepartmentId: 0,
|
fromDepartmentId: 0,
|
||||||
type: ["user","department"],
|
type: ["user"],
|
||||||
selectedUserIds: this.form.attendees?.map(e => e.id)
|
selectedUserIds: this.form.attendees?.map(e => e.id)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.change(res?.userList || [])
|
this.change(res?.userList || [])
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
handleSelectUser() {
|
handleSelectUser() {
|
||||||
this.selectEnterpriseContact({
|
this.selectEnterpriseContact({
|
||||||
fromDepartmentId:0,
|
fromDepartmentId:0,
|
||||||
type:["user","department"],
|
type:["user"],
|
||||||
selectedUserIds: this.form.persons?.map(e=>e.id)
|
selectedUserIds: this.form.persons?.map(e=>e.id)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
|
|||||||
Reference in New Issue
Block a user