| | |
| | | titleItems: null, |
| | | answerItems: [], |
| | | verifyStatus: 2, |
| | | finish: 0, |
| | | questionOrder: [] |
| | | }, |
| | | timer: null, |
| | |
| | | this.answer.questionOrder = this.form.questionOrder |
| | | let titleItemArray = this.form.titleItems |
| | | this.answer.titleItems = this.form.titleItems |
| | | this.submitDisable = true |
| | | for (let tIndex in titleItemArray) { |
| | | let questionArray = titleItemArray[tIndex].questionItems |
| | | // titleItem 是一段一段的题目 |
| | |
| | | } |
| | | if (jumpNextFlag) { |
| | | _this.nextSubject() |
| | | this.submitDisable = false |
| | | } else { |
| | | this.submitDisable = true |
| | | } |
| | | }, |
| | | submitForm () { |