suv测量工具默认激活
parent
10fdbc427d
commit
d0e67f6937
|
@ -571,7 +571,7 @@ export default {
|
||||||
const refName = `${this.activeItem.activeCollapseId}_${this.activeItem.activeRowIndex}`
|
const refName = `${this.activeItem.activeCollapseId}_${this.activeItem.activeRowIndex}`
|
||||||
if (this.$refs[refName][0].questionForm.IsDicomReading !== false) {
|
if (this.$refs[refName][0].questionForm.IsDicomReading !== false) {
|
||||||
var markTool = 'CircleROI'
|
var markTool = 'CircleROI'
|
||||||
var isMarked = !!this.$refs[refName][0].questionForm.OtherMeasureData || this.$refs[refName][0].questionForm.saveTypeEnum === 2
|
var isMarked = !!this.$refs[refName][0].questionForm.OtherMeasureData
|
||||||
}
|
}
|
||||||
FusionEvent.$emit('imageLocation', { otherMeasureData: this.$refs[refName][0].questionForm.OtherMeasureData, markTool, isMarked })
|
FusionEvent.$emit('imageLocation', { otherMeasureData: this.$refs[refName][0].questionForm.OtherMeasureData, markTool, isMarked })
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue