From f312c93d1886b599b37889d226691476145c0c23 Mon Sep 17 00:00:00 2001 From: 林致杰 <1003392067@qq.com> Date: 星期二, 25 四月 2023 00:39:12 +0800 Subject: [PATCH] CIAQ报告预览支持 --- 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