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