From 49d3247f2718eef53b785711eb2f222e2c431a2a Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 22 Mar 2024 13:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=BE=E8=84=8F=E4=BF=9D=E5=AD=98=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/reading/dicoms/components/Questions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue index a3948634..75bc7176 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue @@ -265,7 +265,7 @@ export default { var currentSpleenLength = this.questionForm[this.spleenLengthId] currentSpleenStatus = isNaN(parseInt(currentSpleenStatus)) ? null : parseInt(currentSpleenStatus) var stIdx = this.measurements.findIndex(i => i.QuestionType === 60) - var slIdx = this.measurements.findIndex(i => i.QuestionType === 60) + var slIdx = this.measurements.findIndex(i => i.QuestionType === 61) if (currentSpleenLength && currentSpleenStatus === 5) { // '脾脏状态为不可评估,不需要添加标记!' this.$alert(this.$t('trials:lugano:message:validSpleen1'), this.$t('trials:lugano:fusionDialog:warning'), {