lugano病灶融合

uat_us
caiyiling 2024-02-23 14:46:54 +08:00
parent c1faaf9ef0
commit 0c4065102c
1 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ export default {
* 当前融合靶病灶LDi>15 * 当前融合靶病灶LDi>15
* 相比最低点PPD增加百分比 50 * 相比最低点PPD增加百分比 50
**/ **/
if (this.answers.SplitOrMergeType === '4') { if (this.answers.SplitOrMergeType === '4' || this.answers.SplitOrMergeType === '5') {
if (ldi > 15 && pddIncrease >= 50) { if (ldi > 15 && pddIncrease >= 50) {
this.stateDisabled = true this.stateDisabled = true
} else { } else {
@ -980,7 +980,7 @@ export default {
} }
/** 疾病进展* **/ /** 疾病进展* **/
if (!this.isBaseLineTask && ldi && pddIncreaseNum && ldiIncrease && sdiIncrease && this.lesionType === 0 && this.isCurrentTaskAdd === 'False') { if (!this.isBaseLineTask && ldi && pddIncreaseNum && ldiIncrease && sdiIncrease && this.lesionType === 0 && this.isCurrentTaskAdd === 'False') {
if (this.answers.SplitOrMergeType === '4') { if (this.answers.SplitOrMergeType === '4' || this.answers.SplitOrMergeType === '5') {
/** /**
* 当前融合靶病灶LDi>15 * 当前融合靶病灶LDi>15
* 相比最低点PPD增加百分比 50 * 相比最低点PPD增加百分比 50