bug
This commit is contained in:
@@ -160,7 +160,7 @@ export default {
|
|||||||
handleSelectUser() {
|
handleSelectUser() {
|
||||||
this.selectEnterpriseContact({
|
this.selectEnterpriseContact({
|
||||||
fromDepartmentId:0,
|
fromDepartmentId:0,
|
||||||
type:["department", "user"],
|
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 || [])
|
||||||
|
|||||||
@@ -123,7 +123,7 @@
|
|||||||
handleSelectUser() {
|
handleSelectUser() {
|
||||||
this.selectEnterpriseContact({
|
this.selectEnterpriseContact({
|
||||||
fromDepartmentId:0,
|
fromDepartmentId:0,
|
||||||
type:["department", "user"],
|
type:["user"],
|
||||||
selectedUserIds: this.form.persons?.map(e=>e.id)
|
selectedUserIds: this.form.persons?.map(e=>e.id)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.form.persons = res?.userList || []
|
this.form.persons = res?.userList || []
|
||||||
|
|||||||
Reference in New Issue
Block a user