@@ -1380,6 +1380,7 @@ export default {
|
||||
if (idx === -1) return
|
||||
if (annotations[idx].metadata.toolName === 'ArrowAnnotate') {
|
||||
annotations[idx].data.text = obj.name
|
||||
annotations[idx].data.label = obj.name
|
||||
} else {
|
||||
annotations[idx].data.label = obj.name
|
||||
}
|
||||
|
||||
@@ -1377,9 +1377,6 @@ export default {
|
||||
this.$set(this.innerFormData[`${obj.tableId}_${obj.rowIndex}`], 'IsLymphNodes', i.val)
|
||||
} else if (i.questionMark === 5) {
|
||||
this.$set(this.innerFormData[`${obj.tableId}_${obj.rowIndex}`], 'LesionOrgan', i.val)
|
||||
if (innerForm.LesionType === 2) {
|
||||
this.setNewTargetState(obj.tableId, obj.rowIndex)
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user