From 3fc7d70b3f4fafe3d67dd2739096b8bd050431d6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 9 Sep 2024 17:15:04 +0800 Subject: [PATCH] 1 --- src/components/uploadDicomAndNonedicom/dicomFile.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 = {