1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-29 09:37:06 +08:00
parent c62c80733f
commit 9c9762913a
1 changed files with 2 additions and 1 deletions

View File

@ -794,6 +794,7 @@ export default {
var lesionShort = this.getQuestionVal(1) var lesionShort = this.getQuestionVal(1)
var lymphNodes = this.getQuestionVal(2) var lymphNodes = this.getQuestionVal(2)
var IntrahepaticLesion = this.getQuestionVal(21) var IntrahepaticLesion = this.getQuestionVal(21)
const lesionPart = this.getQuestionVal(8)
// <2 // <2
if (this.lesionType !== 0 && IntrahepaticLesion === 1) { if (this.lesionType !== 0 && IntrahepaticLesion === 1) {
let questions = this.tableQuestions.find(item => item.QuestionEnName === 'Target Lesion' && item.QuestionName === '靶病灶') let questions = this.tableQuestions.find(item => item.QuestionEnName === 'Target Lesion' && item.QuestionName === '靶病灶')
@ -829,7 +830,7 @@ export default {
loading.close() loading.close()
return return
} }
if (!(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 20)) { if ((lesionPart === '肝门淋巴结' || lesionPart === 'Lymph node-hilum of liver') && !(measureData && measureData.markTool === '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',