diff --git a/src/sass/AppNotification/add.vue b/src/sass/AppNotification/add.vue index 349d42c1..ef72f41b 100644 --- a/src/sass/AppNotification/add.vue +++ b/src/sass/AppNotification/add.vue @@ -111,6 +111,7 @@ export default { this.clickedUserSelect = true this.selectPrivilegedContact({ fromDepartmentId: 0, + selectedTickets: this.form.ticket, selectedOpenUserIds: this.form.persons?.map(e => e.id) }).then(res => { this.form.persons = res.userList?.map(e => ({id: e.openUserId})) || []