recist1.1标准bug修复
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c2aba6c3fe
commit
41b3a98594
|
@ -1380,6 +1380,7 @@ export default {
|
||||||
if (idx === -1) return
|
if (idx === -1) return
|
||||||
if (annotations[idx].metadata.toolName === 'ArrowAnnotate') {
|
if (annotations[idx].metadata.toolName === 'ArrowAnnotate') {
|
||||||
annotations[idx].data.text = obj.name
|
annotations[idx].data.text = obj.name
|
||||||
|
annotations[idx].data.label = obj.name
|
||||||
} else {
|
} else {
|
||||||
annotations[idx].data.label = obj.name
|
annotations[idx].data.label = obj.name
|
||||||
}
|
}
|
||||||
|
|
|
@ -1377,9 +1377,6 @@ export default {
|
||||||
this.$set(this.innerFormData[`${obj.tableId}_${obj.rowIndex}`], 'IsLymphNodes', i.val)
|
this.$set(this.innerFormData[`${obj.tableId}_${obj.rowIndex}`], 'IsLymphNodes', i.val)
|
||||||
} else if (i.questionMark === 5) {
|
} else if (i.questionMark === 5) {
|
||||||
this.$set(this.innerFormData[`${obj.tableId}_${obj.rowIndex}`], 'LesionOrgan', i.val)
|
this.$set(this.innerFormData[`${obj.tableId}_${obj.rowIndex}`], 'LesionOrgan', i.val)
|
||||||
if (innerForm.LesionType === 2) {
|
|
||||||
this.setNewTargetState(obj.tableId, obj.rowIndex)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue