添加为典型肝内病灶的非靶病灶时,判断靶病灶中典型肝内病灶数量只在基线提示
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
87654ddea9
commit
e582da7500
|
|
@ -795,6 +795,8 @@ export default {
|
|||
var lymphNodes = this.getQuestionVal(2)
|
||||
var IntrahepaticLesion = this.getQuestionVal(21)
|
||||
const lesionPart = this.getQuestionVal(8)
|
||||
|
||||
if (this.isBaseLineTask) {
|
||||
// 添加为典型肝内病灶的非靶病灶时,判断靶病灶中典型肝内病灶数量,<2 时提示
|
||||
if (this.lesionType !== 0 && IntrahepaticLesion === 1) {
|
||||
let questions = this.tableQuestions.find(item => item.QuestionEnName === 'Target Lesion' && item.QuestionName === '靶病灶')
|
||||
|
|
@ -814,7 +816,6 @@ export default {
|
|||
return
|
||||
}
|
||||
}
|
||||
if (this.isBaseLineTask) {
|
||||
// 基线
|
||||
// 靶病灶且状态为存在(0)
|
||||
if (this.lesionType === 0 && lesionState === 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue