Commit e29d0716 by 陈超

A

parent be3ce158
......@@ -418,6 +418,7 @@
},
computed: {
totalQuestion: function() {
console.log(this.currentQuestions[this.currentType].length)
return this.currentQuestions[this.currentType].length
},
currentQuestions: function() {
......@@ -425,7 +426,6 @@
let questionType = optionType.question_type
let questionData = this.paperOptions.options_questions_data
let questions = questionData[questionType]
console.log(questions)
return questions
},
currentQuestionType: function() {
......
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