|
|
@@ -407,14 +407,14 @@ export default Vue.extend({
|
|
|
this.examId = this.$route.params.examId
|
|
|
|
|
|
// 提交过客观题,说明已经交卷
|
|
|
- getExamSubmitRecordsByUserId(this.examId).then(({ data }) => {
|
|
|
- if (data.result.find((val) => !val.message)) {
|
|
|
- this.reenter = true
|
|
|
- setTimeout(() => {
|
|
|
- this.leaveExam()
|
|
|
- }, 1000)
|
|
|
- }
|
|
|
- })
|
|
|
+ // getExamSubmitRecordsByUserId(this.examId).then(({ data }) => {
|
|
|
+ // if (data.result.find((val) => !val.message)) {
|
|
|
+ // this.reenter = true
|
|
|
+ // setTimeout(() => {
|
|
|
+ // this.leaveExam()
|
|
|
+ // }, 1000)
|
|
|
+ // }
|
|
|
+ // })
|
|
|
|
|
|
getExamById(this.examId).then(({ data }) => {
|
|
|
this.examInfo = data.result
|