This commit is contained in:
yanran200730
2022-01-19 16:22:19 +08:00
parent e54ad6fa63
commit b3c5cccd1c

View File

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