From 0c4065102cb619a027a1c621900c39ff82de83bd Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 23 Feb 2024 14:46:54 +0800 Subject: [PATCH] =?UTF-8?q?lugano=E7=97=85=E7=81=B6=E8=9E=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Lugano/QuestionForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue index 80a38d01..26f50181 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue @@ -474,7 +474,7 @@ export default { * 当前融合靶病灶LDi>15 * 相比最低点PPD增加百分比 ≥50% **/ - if (this.answers.SplitOrMergeType === '4') { + if (this.answers.SplitOrMergeType === '4' || this.answers.SplitOrMergeType === '5') { if (ldi > 15 && pddIncrease >= 50) { this.stateDisabled = true } else { @@ -980,7 +980,7 @@ export default { } /** 疾病进展* **/ 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 * 相比最低点PPD增加百分比 ≥50%