recist1.1标准bug修复
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-04-23 16:59:54 +08:00
parent c2aba6c3fe
commit 41b3a98594
2 changed files with 1 additions and 3 deletions

View File

@ -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
}

View File

@ -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)
}
}
})
}