From eef2a0b8d0fe650190fd421d98f4592632b392b6 Mon Sep 17 00:00:00 2001 From: "LAPTOP-S9RBPPM6\\bjxask-2201" <752743406@qq.com> Date: Wed, 1 Jun 2022 19:03:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=A9=BA=E6=96=B0=E5=BB=BA=E8=AF=95?= =?UTF-8?q?=E5=8D=B7=E5=88=86=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/TestPaper.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/exam/TestPaper.vue b/src/views/exam/TestPaper.vue index 9b889269..399d537e 100644 --- a/src/views/exam/TestPaper.vue +++ b/src/views/exam/TestPaper.vue @@ -450,6 +450,8 @@ export default { this.paper.data = []; this.resOwner = []; this.formTab = 'info'; + this.totalScore=0; + this.paperLength=0; this.question.list =[]; this.question.checkQuest = []; },