bug
This commit is contained in:
@@ -121,8 +121,8 @@ export default {
|
||||
console.log('返回结果')
|
||||
console.log(res)
|
||||
this.form.persons = res.userList?.map(e => ({id: e.openUserId})) || []
|
||||
this.form.ticket = res?.selectedTicket
|
||||
this.selectedUserCount = res.SelectResult.selectedUserCount
|
||||
this.form.ticket = res.selectedTicket
|
||||
this.selectedUserCount = res.selectedUserCount
|
||||
this.clickedUserSelect = false
|
||||
}).catch(() => {
|
||||
this.clickedUserSelect = false
|
||||
|
||||
Reference in New Issue
Block a user