|
@@ -73,8 +73,8 @@ export default {
|
|
this.$route.query.examStudentId
|
|
this.$route.query.examStudentId
|
|
);
|
|
);
|
|
if (res.status !== 200) {
|
|
if (res.status !== 200) {
|
|
- console.log(error);
|
|
|
|
- this.$Message.error(error.message);
|
|
|
|
|
|
+ console.log(res);
|
|
|
|
+ // this.$Message.error(error.message);
|
|
this.$router.back();
|
|
this.$router.back();
|
|
return;
|
|
return;
|
|
}
|
|
}
|