From 97bc50567901bcc3ea873f84e1958dda3f2b371d Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期一, 09 五月 2022 14:38:28 +0800
Subject: [PATCH] 答题报告下载按钮上方显示提示语

---
 src/views/exam/paper/guide.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/exam/paper/guide.vue b/src/views/exam/paper/guide.vue
index 70cfdaa..3a76279 100644
--- a/src/views/exam/paper/guide.vue
+++ b/src/views/exam/paper/guide.vue
@@ -43,7 +43,7 @@
     },
     openExplain: function () {
       let _this = this
-      window.open(_this.formDo.jobDescriptionFile);
+      window.open(_this.formDo.jobDescriptionFile)
     }
   },
   computed: {

--
Gitblit v1.9.1