病灶验证更改
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-04-16 16:43:30 +08:00
parent 2323cbdd27
commit a0c5c7d304
1 changed files with 8 additions and 7 deletions

View File

@ -545,6 +545,7 @@ export default {
} }
}, },
modifyAnnotation(obj) { modifyAnnotation(obj) {
console.log('modifyAnnotation')
const { annotation, toolName } = obj const { annotation, toolName } = obj
const formData = Object.values(this.innerFormData).find( const formData = Object.values(this.innerFormData).find(
i => i.LesionName === annotation.data.label i => i.LesionName === annotation.data.label
@ -794,9 +795,10 @@ export default {
// 0 // 0
if (lesionType === 0 && lesionState === 0) { if (lesionType === 0 && lesionState === 0) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
if ((lesionPart === '肝门淋巴结' || lesionPart === 'Lymph node-hilum of liver') && !(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 20)) { // 使,15mm
// 2cm if (!(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 15)) {
this.$confirm(this.$t('trials:mRecist:warnning:msg2'), { // 使15mm
this.$confirm(this.$t('trials:reading:warnning:msg19'), {
type: 'warning', type: 'warning',
showCancelButton: false, showCancelButton: false,
callback: action => {} callback: action => {}
@ -804,10 +806,9 @@ export default {
loading.close() loading.close()
return return
} }
// 使,15mm if ((lesionPart === '肝门淋巴结' || lesionPart === 'Lymph node-hilum of liver') && !(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 20)) {
if (!(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 15)) { // 2cm
// 使15mm this.$confirm(this.$t('trials:mRecist:warnning:msg2'), {
this.$confirm(this.$t('trials:reading:warnning:msg19'), {
type: 'warning', type: 'warning',
showCancelButton: false, showCancelButton: false,
callback: action => {} callback: action => {}