src/views/exam/paper/guide.vue
@@ -36,7 +36,12 @@ doExam: function () { let _this = this examPaperApi.updateTestMemberStatus(_this.memberToken).then(re => { // LAQ特殊处理 if (_this.formDo.name.indexOf('LAQ') !== -1) { _this.$router.push({ path: '/exam/' + _this.formDo.questionTemplateId, query: { formDo: _this.$route.query.formDo } }) } else { _this.$router.push({ path: '/exam/' + _this.doUrl, query: { formDo: _this.$route.query.formDo } }) } }).catch(re => { _this.$message.error(re.message + ' 更新状态失败') })