Commit 75423860 by 陈超

A

parent 6b4ece88
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
let count = 0 let count = 0
let data = this.paperOptions.options_questions_data let data = this.paperOptions.options_questions_data
this.paperOptions.options_type.forEach( r => { this.paperOptions.options_type.forEach( r => {
count += data[r.question_type] count += data[r.question_type].length
}) })
return count return count
}, },
......
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