diff --git a/src/components/drawers/CheckVote.vue b/src/components/drawers/CheckVote.vue index 28c93747..3d9335a1 100644 --- a/src/components/drawers/CheckVote.vue +++ b/src/components/drawers/CheckVote.vue @@ -31,6 +31,8 @@ > {{items.optionName}} +
+ @@ -151,9 +153,8 @@ export default { } } } + console.log(choiceArr) state.currentChoice = choiceArr - - }).catch(err=>{ console.log(err) })