【非dicom工具】更多中的工具画出的标记应该为临时标记
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-25 10:05:49 +08:00
parent 2a80893932
commit c33c2d6a09
1 changed files with 3 additions and 1 deletions

View File

@ -901,6 +901,7 @@ export default {
}
this.setToolsPassive()
}
if (this.customizeStandardsNoneDicom.find(item => item.toolName === annotation.metadata?.toolName)) return false
const params = {
id: annotation.annotationId,
visitTaskId: this.viewportInfos[i].taskInfo.VisitTaskId,
@ -943,7 +944,7 @@ export default {
this.setToolsPassive()
return
}
if (this.customizeStandardsNoneDicom.find(item => item.toolName === annotation.metadata?.toolName)) return false
const params = {
id: '',
visitTaskId: this.viewportInfos[i].taskInfo.VisitTaskId,
@ -978,6 +979,7 @@ export default {
cornerstoneTools.annotation.state.removeAnnotation(annotation.annotationUID)
return
}
if (this.customizeStandardsNoneDicom.find(item => item.toolName === annotation.metadata?.toolName)) return false
const params = {
id: '',
visitTaskId: this.form.annotationObj.visitTaskId,