SPECT测量更改
parent
e63e38222e
commit
31d0872653
|
|
@ -264,7 +264,7 @@ export default {
|
||||||
handleElementContextMenu(e) {
|
handleElementContextMenu(e) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
|
if (this.series.Modality !== 'NM') return false
|
||||||
const annotation = this.getCircleAnnotationFromContextMenuEvent(e)
|
const annotation = this.getCircleAnnotationFromContextMenuEvent(e)
|
||||||
if (!annotation) {
|
if (!annotation) {
|
||||||
this.hideAnnotationContextMenu()
|
this.hideAnnotationContextMenu()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue