肝门淋巴结校验修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-01 09:43:44 +08:00
parent 3429ff3cbd
commit 87654ddea9
1 changed files with 2 additions and 1 deletions

View File

@ -830,7 +830,8 @@ export default {
loading.close() loading.close()
return return
} }
if ((lesionPart === '肝门淋巴结' || lesionPart === 'Lymph node-hilum of liver') && !(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 20)) { console.log(lesionPart, measureData.type, lesionShort, '靶病灶部位为肝门淋巴结时选择要求时短轴≥2cm')
if ((lesionPart === '肝门淋巴结' || lesionPart === 'Lymph node-hilum of liver') && !(measureData && measureData.type === 'Bidirectional' && lesionShort >= 20)) {
// 2cm // 2cm
this.$confirm(this.$t('trials:mRecist:warnning:msg2'), { this.$confirm(this.$t('trials:mRecist:warnning:msg2'), {
type: 'warning', type: 'warning',