Commit 6bf3d8bf by 陈超

A

parent 9bbec5a6
...@@ -523,7 +523,11 @@ ...@@ -523,7 +523,11 @@
}) })
}, },
onChoose: function(opt) { onChoose: function(opt) {
if(this.currentQuestionTypeKey == 'radio') {
this.currentOptions.forEach( r => {
r.selected = opt.key == r.key
})
}
} }
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment