diff --git a/src/sass/AppNotification/add.vue b/src/sass/AppNotification/add.vue index c6fdc863..1cc64a7b 100644 --- a/src/sass/AppNotification/add.vue +++ b/src/sass/AppNotification/add.vue @@ -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