bug
lohir
2024-10-16 8eda7d5c6d30cebaa638f621c636c2ecb9d8801f
src/views/exam/exam/MarkPaper.vue
@@ -40,7 +40,7 @@
    >
      <el-table-column
        align="center"
        prop="id"
        prop="userId"
        label="学号"
      >
      </el-table-column>
@@ -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()
    }