This commit is contained in:
yanran200730
2022-01-19 16:27:06 +08:00
parent b3c5cccd1c
commit 7a8c1e51ed

View File

@@ -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-----')