From 1cb586d793f972639d725306e0632e6a1a368f6f Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 2 Jun 2022 13:52:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E8=AF=95=E5=8D=B7=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=95=B0=E6=8D=AE=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/TestPaper.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/exam/TestPaper.vue b/src/views/exam/TestPaper.vue index 399d537e..c0e3acfa 100644 --- a/src/views/exam/TestPaper.vue +++ b/src/views/exam/TestPaper.vue @@ -451,7 +451,10 @@ export default { this.resOwner = []; this.formTab = 'info'; this.totalScore=0; + this.qlib.type= ''; + this.qlib.title= ''; this.paperLength=0; + this.question.all = false; this.question.list =[]; this.question.checkQuest = []; },