非dicom矩形标注问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
99393e60e2
commit
3ef966db3e
|
@ -1818,7 +1818,9 @@ export default {
|
||||||
obj.reason = reason
|
obj.reason = reason
|
||||||
DicomEvent.$emit('isCanActiveNoneDicomTool', obj)
|
DicomEvent.$emit('isCanActiveNoneDicomTool', obj)
|
||||||
} else if (event.data.type === 'setMeasurement') {
|
} else if (event.data.type === 'setMeasurement') {
|
||||||
this.setAnnotation(event.data.data)
|
if (JSON.stringify(event.data.data) !== "{}") {
|
||||||
|
this.setAnnotation(event.data.data)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue