|
@@ -286,6 +286,10 @@ export default {
|
|
this.$route.params.examId
|
|
this.$route.params.examId
|
|
}/examRecordData/${this.$route.params.examRecordDataId}/end`
|
|
}/examRecordData/${this.$route.params.examRecordDataId}/end`
|
|
});
|
|
});
|
|
|
|
+ // 确保交卷成功后,不会再次交卷
|
|
|
|
+ this.submitLock = true;
|
|
|
|
+ this.$Spin.hide();
|
|
|
|
+ return;
|
|
} else {
|
|
} else {
|
|
this.$Message.error("交卷失败");
|
|
this.$Message.error("交卷失败");
|
|
}
|
|
}
|