diff --git a/src/components/uploadDicomAndNonedicom/dicomFile.vue b/src/components/uploadDicomAndNonedicom/dicomFile.vue index 83591d47..16a67c7d 100644 --- a/src/components/uploadDicomAndNonedicom/dicomFile.vue +++ b/src/components/uploadDicomAndNonedicom/dicomFile.vue @@ -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 = {