Browse Source

fix lint error

Michael Wang 5 years ago
parent
commit
7500eebe23
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/features/OnlineExam/Examing/ExamingHome.vue

+ 0 - 1
src/features/OnlineExam/Examing/ExamingHome.vue

@@ -562,7 +562,6 @@ export default {
         const res = await this.$http.get(
         const res = await this.$http.get(
           "/api/ecs_oe_student/examControl/endExam"
           "/api/ecs_oe_student/examControl/endExam"
         );
         );
-        let resAfter;
         if (res.status === 200) {
         if (res.status === 200) {
           this.$router.replace({
           this.$router.replace({
             path: `/online-exam/exam/${examId}/examRecordData/${examRecordDataId}/end`,
             path: `/online-exam/exam/${examId}/examRecordData/${examRecordDataId}/end`,