From 07b1e5d1f97161793b968feaca6a03e72868f8ca Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 6 May 2026 15:32:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BF=E5=90=8D=E5=A4=B1=E8=B4=A5=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dicom/DicomViewer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("?")