+3
-1
@@ -280,7 +280,9 @@ export default {
|
||||
this.loading = true
|
||||
var answers = []
|
||||
for (const k in this.questionForm) {
|
||||
answers.push({ readingQuestionTrialId: k, answer: this.questionForm[k] })
|
||||
if (this.questionForm[k] instanceof Array) {} else {
|
||||
answers.push({ readingQuestionTrialId: k, answer: this.questionForm[k] })
|
||||
}
|
||||
}
|
||||
var params = {
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user