匿名失败进行提示
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-05-06 15:32:51 +08:00
parent 2f92bf6dfb
commit 07b1e5d1f9
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ export default {
}) })
}) })
let res = await this.studyMaskImage(data) 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) this.$emit("update:loading", true)
if (!isAll) { if (!isAll) {
let strs = image.imageId.split("?") let strs = image.imageId.split("?")