diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index 6fa58ec3..602ac1f2 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -642,7 +642,7 @@ export default { }) }) let res = await this.studyMaskImage(data) - if (!res || res.length <= 0) return false + if (!res || res.length <= 0) return this.$confirm(this.$t("DicomViewer:anonymous:studyMaskImageFail")) this.$emit("update:loading", true) if (!isAll) { let strs = image.imageId.split("?")