调整试卷加载
This commit is contained in:
parent
07679a37e7
commit
4fe1330990
@ -176,7 +176,9 @@ export default {
|
||||
this.$messageBox('试卷还没被加载');
|
||||
}
|
||||
|
||||
}).catch(()=>{});
|
||||
}).catch(()=>{
|
||||
this.$messageBox('试卷还没被加载');
|
||||
});
|
||||
} else {
|
||||
getPracticalQuestion(this.$route.query.raceId).then((responese)=>{
|
||||
if (responese.data) {
|
||||
@ -187,6 +189,8 @@ export default {
|
||||
} else {
|
||||
this.$messageBox('试卷还没被加载');
|
||||
}
|
||||
}).catch(()=>{
|
||||
this.$messageBox('试卷还没被加载');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user