|
@@ -79,11 +79,11 @@ Vue.mixin({
|
|
|
const res = await this.$http.get(
|
|
|
"/api/ecs_oe_student/examControl/endExam"
|
|
|
);
|
|
|
+ this.$Spin.hide();
|
|
|
if (res.status === 200) {
|
|
|
this.$router.replace({
|
|
|
path: `/online-exam/exam/${examingRes.examId}/examRecordData/${examingRes.examRecordDataId}/end`,
|
|
|
});
|
|
|
- this.$Spin.hide();
|
|
|
} else {
|
|
|
window._hmt.push(["_trackEvent", "断点续考处理异常", "交卷失败"]);
|
|
|
this.$Message.error({
|
|
@@ -113,6 +113,7 @@ Vue.mixin({
|
|
|
return true;
|
|
|
}
|
|
|
} catch (error) {
|
|
|
+ this.$Spin.hide();
|
|
|
window._hmt.push(["_trackEvent", "断点续考处理异常"]);
|
|
|
this.$Message.error({
|
|
|
content: "断点续考处理异常",
|