This commit is contained in:
yanran200730
2022-01-19 18:30:47 +08:00
parent e6d4c3cd05
commit 785d52b4f1

View File

@@ -167,6 +167,7 @@ export default {
this.clickedUserSelect = true
this.selectPrivilegedContact({
fromDepartmentId: 0,
selectedTickets: this.form.ticket ? [this.form.ticket] : [],
selectedOpenUserIds: this.form.attendees?.map(e => e.id)
}).then(res => {
this.form.attendees = res.userList?.map(e => ({id: e.openUserId})) || []