From 3adc7baed78aefd34edb3927e05935e2332d8e45 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 19 Jan 2022 16:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=91=E5=BE=AE=E4=B8=8A=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppNotification/add.vue | 1 + 1 file changed, 1 insertion(+) 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})) || []