人员选择器需求调整
This commit is contained in:
@@ -113,7 +113,7 @@ export default {
|
||||
fromDepartmentId: 0,
|
||||
selectedOpenUserIds: this.form.persons?.map(e => e.id)
|
||||
}).then(res => {
|
||||
this.form.persons = res?.userList || []
|
||||
this.form.persons = res.userList?.map(e => ({id: e.openUserId})) || []
|
||||
this.form.ticket = res?.selectedTicket
|
||||
this.clickedUserSelect = false
|
||||
}).catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user