1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c62c80733f
commit
9c9762913a
|
@ -794,6 +794,7 @@ export default {
|
|||
var lesionShort = this.getQuestionVal(1)
|
||||
var lymphNodes = this.getQuestionVal(2)
|
||||
var IntrahepaticLesion = this.getQuestionVal(21)
|
||||
const lesionPart = this.getQuestionVal(8)
|
||||
// 添加为典型肝内病灶的非靶病灶时,判断靶病灶中典型肝内病灶数量,<2 时提示
|
||||
if (this.lesionType !== 0 && IntrahepaticLesion === 1) {
|
||||
let questions = this.tableQuestions.find(item => item.QuestionEnName === 'Target Lesion' && item.QuestionName === '靶病灶')
|
||||
|
@ -829,7 +830,7 @@ export default {
|
|||
loading.close()
|
||||
return
|
||||
}
|
||||
if (!(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 20)) {
|
||||
if ((lesionPart === '肝门淋巴结' || lesionPart === 'Lymph node-hilum of liver') && !(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 20)) {
|
||||
// 靶病灶部位为肝门淋巴结时,选择要求时短轴≥2cm
|
||||
this.$confirm(this.$t('trials:mRecist:warnning:msg2'), {
|
||||
type: 'warning',
|
||||
|
|
Loading…
Reference in New Issue