This commit is contained in:
wanglei
2021-12-03 15:42:44 +08:00
parent ffb1f60c41
commit 88f616c996
2 changed files with 2 additions and 2 deletions

View File

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

View File

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