From 9b0e2f9a2eb3d245dbf440757145226943b0dc29 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 12 Dec 2025 09:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=AE=8C=E6=88=90=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-inspection/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue index 710975d..8451cb3 100644 --- a/src/views/trials/trials-inspection/index.vue +++ b/src/views/trials/trials-inspection/index.vue @@ -375,6 +375,9 @@ export default { if (type === 'downLoaded') { } if (type === 'zipEnd') { + this.downLoadType = '' + this.percentage = 0 + this.downLoadImageCount = 0 this.downloadVisible = false if (this.downloadId) { this.downloadImageSuccess()