From b3c5cccd1cdb92b824d7e4099f354bc6226a6a8f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 19 Jan 2022 16:22:19 +0800 Subject: [PATCH] bug --- src/sass/AppNotification/add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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