bug
This commit is contained in:
@@ -167,6 +167,7 @@ export default {
|
|||||||
this.clickedUserSelect = true
|
this.clickedUserSelect = true
|
||||||
this.selectPrivilegedContact({
|
this.selectPrivilegedContact({
|
||||||
fromDepartmentId: 0,
|
fromDepartmentId: 0,
|
||||||
|
selectedTickets: this.form.ticket ? [this.form.ticket] : [],
|
||||||
selectedOpenUserIds: this.form.attendees?.map(e => e.id)
|
selectedOpenUserIds: this.form.attendees?.map(e => e.id)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.form.attendees = res.userList?.map(e => ({id: e.openUserId})) || []
|
this.form.attendees = res.userList?.map(e => ({id: e.openUserId})) || []
|
||||||
|
|||||||
Reference in New Issue
Block a user