@@ -1079,7 +1079,6 @@ export default {
|
||||
this.$refs.pathClear.value = ''
|
||||
this.list.forEach((item) => {
|
||||
this.$refs[`pathClear_${item.VisitTaskId}`].value = ''
|
||||
console.log(this.$refs[`pathClear_${item.VisitTaskId}`])
|
||||
})
|
||||
this.btnLoading = false
|
||||
if (this.studyErrorList.length > 0) {
|
||||
@@ -1121,10 +1120,14 @@ export default {
|
||||
dicomInfo.subjectId = scope.SubjectId
|
||||
dicomInfo.subjectVisitId = scope.subjectVisitId
|
||||
let t = setInterval(() => {
|
||||
console.log(11111111)
|
||||
dicomUploadInProgress({
|
||||
trialId: scope.trialId,
|
||||
studyInstanceUid: dicomInfo.studyUid,
|
||||
}).then((res) => {})
|
||||
VisitTaskId: dicomInfo.visitTaskId,
|
||||
}).then((res) => {
|
||||
console.log(dicomInfo.visitTaskId)
|
||||
})
|
||||
}, 5000)
|
||||
scope.myInterval.push(t)
|
||||
let Record = {
|
||||
|
||||
Reference in New Issue
Block a user