diff --git a/src/components/uploadImage/components/upload-list.vue b/src/components/uploadImage/components/upload-list.vue index 944e73ac..40c2efc3 100644 --- a/src/components/uploadImage/components/upload-list.vue +++ b/src/components/uploadImage/components/upload-list.vue @@ -257,7 +257,6 @@ export default { }, watch: { isLoad() { - console.log(this.isLoad); if (!this.isLoad) { this.$refs.file.value = null; if (this.dicomList.some((item) => item.isUpload === 3)) { diff --git a/src/components/uploadImage/index.vue b/src/components/uploadImage/index.vue index 05e1a81e..9a4154e6 100644 --- a/src/components/uploadImage/index.vue +++ b/src/components/uploadImage/index.vue @@ -179,6 +179,7 @@ export default { try { let params = { SubjectId: this.SubjectId, + TrialReadingCriterionId: this.Criterion.TrialReadingCriterionId, }; this.loading = true; let res = await getSubjectImageUploadList(params);