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 {