From cabb108beb88c8911978e601deb5f9f26faaaf39 Mon Sep 17 00:00:00 2001 From: jinna Date: Fri, 3 Mar 2023 09:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E7=BA=A6=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=80=89=E6=8B=A9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examination.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/examination.vue b/src/views/examination.vue index f51f37e..111ddfc 100644 --- a/src/views/examination.vue +++ b/src/views/examination.vue @@ -238,6 +238,7 @@ export default { // console.log(retData.data) if(retData.code == 200) { this.examData = retData.data; + this.selectArr = [] this.examData.map(item => { item.detailList.map(item1 => { item1.isSelect = false @@ -260,6 +261,7 @@ export default { ).then(res => { this.$toast.clear(); if (res.code == 200) { + this.selectArr = [] this.examData = res.data; this.examData.map(item => { item.detailList.map(item1 => {