xiangpei
2024-07-12 ad6b1e9102d62d175f2496a5f96e1fbe81b53c3d
src/views/exam/exam/MarkPaper.vue
@@ -91,7 +91,6 @@
  mounted () {
    this.examInfo.examName = this.$route.query.examName
    this.examInfo.examId = this.$route.query.examId
    console.log('------->' + this.examInfo.examName + '------->' + this.examInfo.examId)
    if (this.examInfo.examId) {
      this.getExamInfo()
    }