村微上架

This commit is contained in:
yanran200730
2022-01-19 16:08:59 +08:00
parent cb7f58a7e9
commit 3adc7baed7

View File

@@ -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})) || []