| | |
| | | let _this = this |
| | | _this.isShowGuide(false) |
| | | if (_this.order > 0) { |
| | | // 清空本题的选择 |
| | | _this.answer.answerItems[_this.order].content = null |
| | | _this.answer.answerItems[_this.order].completed = false |
| | | _this.answer.answerItems[_this.order].questionReport = null |
| | | _this.answer.answerItems[_this.order].readOnly = false |
| | | |
| | | // 设置回到上一题 |
| | | let num = --_this.order |
| | | _this.itemOrder = _this.form.titleItems[0].questionItems[num].itemOrder |
| | | _this.questionItem = _this.form.titleItems[0].questionItems[num] |
| | |
| | | let _this = this |
| | | _this.isShowGuide(false) |
| | | if (_this.order > 0) { |
| | | // 清空本题的选择 |
| | | _this.answer.answerItems[_this.order].content = null |
| | | _this.answer.answerItems[_this.order].completed = false |
| | | _this.answer.answerItems[_this.order].questionReport = null |
| | | _this.answer.answerItems[_this.order].readOnly = false |
| | | |
| | | // 设置回到上一题 |
| | | let num = --_this.order |
| | | _this.itemOrder = _this.form.titleItems[0].questionItems[num].itemOrder |
| | | _this.questionItem = _this.form.titleItems[0].questionItems[num] |