|
@@ -109,23 +109,10 @@ export default {
|
|
.map(q => q.groupScore)
|
|
.map(q => q.groupScore)
|
|
.reduce((p, c) => p + c * 1000, 0) / 1000;
|
|
.reduce((p, c) => p + c * 1000, 0) / 1000;
|
|
} catch (e) {
|
|
} catch (e) {
|
|
- this.$Message.error("获取考试概览信息异常");
|
|
|
|
|
|
+ this.serverLog("debug/S-010001", "获取考试概览信息异常");
|
|
this.$router.back();
|
|
this.$router.back();
|
|
return;
|
|
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 = "";
|
|
document.body.style = "";
|
|
},
|
|
},
|