下载失败跳过进入下一个任务
parent
a7337a347b
commit
a5c3dac047
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue