Explorar o código

fix lint error

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
7500eebe23
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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(
           "/api/ecs_oe_student/examControl/endExam"
         );
-        let resAfter;
         if (res.status === 200) {
           this.$router.replace({
             path: `/online-exam/exam/${examId}/examRecordData/${examRecordDataId}/end`,