匿名失败进行提示
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2f92bf6dfb
commit
07b1e5d1f9
|
|
@ -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("?")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue