|
@@ -83,6 +83,10 @@ export default {
|
|
const examId = this.$route.params.examId;
|
|
const examId = this.$route.params.examId;
|
|
this.waitingNumber = 0;
|
|
this.waitingNumber = 0;
|
|
const f = async () => {
|
|
const f = async () => {
|
|
|
|
+ if (this.$route.name !== "ExamingEnd") {
|
|
|
|
+ // 非成绩页,不在查询成绩
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
try {
|
|
try {
|
|
this.getResultTimes = this.getResultTimes + 1;
|
|
this.getResultTimes = this.getResultTimes + 1;
|
|
const examResult = (await this.$http.get(
|
|
const examResult = (await this.$http.get(
|