From a5c3dac0474b8fd785411e4f038907223fc53c33 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 7 May 2026 16:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=A4=B1=E8=B4=A5=E8=B7=B3?= =?UTF-8?q?=E8=BF=87=E8=BF=9B=E5=85=A5=E4=B8=8B=E4=B8=80=E4=B8=AA=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/test/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/test/index.vue b/src/views/test/index.vue index c7a003da..31dbc596 100644 --- a/src/views/test/index.vue +++ b/src/views/test/index.vue @@ -29,10 +29,8 @@ export default { if (index >= arr.length) return false let res = await this.handleExportImage(false, true, arr[index]) console.log(res, 'res') - if (res) { - index++ - this.LoopDownload(arr, index) - } + index++ + this.LoopDownload(arr, index) }, async handleExportImage(IsKeyImage = false, IsExportReading = false, SubjectVisitId) { try {