SPECT测量更改

main
caiyiling 2026-05-25 13:26:06 +08:00
parent e63e38222e
commit 31d0872653
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ export default {
handleElementContextMenu(e) {
e.preventDefault()
e.stopPropagation()
if (this.series.Modality !== 'NM') return false
const annotation = this.getCircleAnnotationFromContextMenuEvent(e)
if (!annotation) {
this.hideAnnotationContextMenu()