Эх сурвалжийг харах

去除多余的错误提示信息

Michael Wang 6 жил өмнө
parent
commit
0e35a5bcf6

+ 1 - 14
src/features/OnlineExam/OnlineExamOverview.vue

@@ -109,23 +109,10 @@ export default {
           .map(q => q.groupScore)
           .reduce((p, c) => p + c * 1000, 0) / 1000;
     } catch (e) {
-      this.$Message.error("获取考试概览信息异常");
+      this.serverLog("debug/S-010001", "获取考试概览信息异常");
       this.$router.back();
       return;
     }
-    // this.startInfo = {
-    //   id: 101436,
-    //   courseName: "计算机应用基础",
-    //   studentCode: "20180613",
-    //   studentName: "王章军",
-    //   specialtyLevel: "ALL",
-    //   paperMins: 60,
-    //   invigilatorOperation: 0,
-    //   retakeTypeId: null,
-    //   retakeDetail: null,
-    //   faceVerifyMinute: null
-    // };
-    // this.examRcordId = this.startInfo.id;
 
     document.body.style = "";
   },