预归档处理
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0de5847995
commit
5de4bf9bed
|
@ -1313,6 +1313,20 @@ export default {
|
||||||
clearInterval(t)
|
clearInterval(t)
|
||||||
resolve()
|
resolve()
|
||||||
}
|
}
|
||||||
|
}).catch(() => {
|
||||||
|
let Record = {
|
||||||
|
Failed: [],
|
||||||
|
Existed: [],
|
||||||
|
Uploaded: [],
|
||||||
|
FileCount: 0
|
||||||
|
}
|
||||||
|
let fileList = scope.uploadQueues[index].fileList
|
||||||
|
fileList.forEach(v => {
|
||||||
|
Record.Failed.push(v.webkitRelativePath)
|
||||||
|
})
|
||||||
|
scope.uploadQueues[index].uploadState.record = Record
|
||||||
|
scope.studyErrorList.push(dicomInfo.accNumber)
|
||||||
|
resolve()
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
|
|
Loading…
Reference in New Issue