瀏覽代碼

fix lint error

Michael Wang 5 年之前
父節點
當前提交
7500eebe23
共有 1 個文件被更改,包括 0 次插入1 次删除
  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`,