From 4fe13309900342323acd33ce3e0ec9f84a4d14ea Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Wed, 27 May 2020 19:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AF=95=E5=8D=B7=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jsxt/competition/examDetail.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/jsxt/competition/examDetail.vue b/src/views/jsxt/competition/examDetail.vue index b7290c1fd..48ecc8904 100644 --- a/src/views/jsxt/competition/examDetail.vue +++ b/src/views/jsxt/competition/examDetail.vue @@ -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('试卷还没被加载'); }); } }