diff --git a/src/sass/AppNotification/add.vue b/src/sass/AppNotification/add.vue index 1cc64a7b..10dc70cc 100644 --- a/src/sass/AppNotification/add.vue +++ b/src/sass/AppNotification/add.vue @@ -113,7 +113,7 @@ export default { this.clickedUserSelect = true this.selectPrivilegedContact({ fromDepartmentId: 0, - selectedTickets: this.form.ticket, + selectedTickets: this.form.ticket ? [this.form.ticket] : [], selectedOpenUserIds: this.form.persons?.map(e => e.id) }).then(res => { console.log('ticket-----')