From 1b5c62df751e5ce486081bb68fae11020e4490b2 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 18 Apr 2024 14:31:31 +0800 Subject: [PATCH] =?UTF-8?q?pet=205ps=E8=AF=84=E5=88=86=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Fusion/Questions.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue index a74502d5..d9e9a5e6 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue @@ -457,11 +457,11 @@ export default { if(this.questionForm[obj.QuestionId] !== suvMax){ this.setPet5PSCommentDisplay() + this.$set(this.questionForm, obj.QuestionId, suvMax || null) + var pet5PS = this.setpet5PS() + this.questionForm[this.pet5PSId] = pet5PS + this.calculatePet5PS = pet5PS } - this.$set(this.questionForm, obj.QuestionId, suvMax || null) - var pet5PS = this.setpet5PS() - this.questionForm[this.pet5PSId] = pet5PS - this.calculatePet5PS = pet5PS } FusionEvent.$emit('addOrUpdateAnnotations', { data }) this.questionFormChangeState = true