From 4ca0f35cadb9e89095cca46f8d37685424212124 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 12 Apr 2024 17:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=9E=8D=E5=90=88=E9=A1=B5=E9=9D=A2=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=8A=B6=E6=80=81=E5=8E=BB=E9=99=A4=E7=97=85=E7=81=B6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=8D=E5=AE=8C=E6=95=B4=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Fusion/TableQuestionItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/TableQuestionItem.vue b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/TableQuestionItem.vue index 111993b8..667b2b1d 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/TableQuestionItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/TableQuestionItem.vue @@ -318,7 +318,7 @@ export default { var lesionState = this.getQuestionVal(7) if (!isRerender) { if (this.questionForm.RowId) { - this.$set(this.questionForm, 'saveTypeEnum', isNaN(parseInt(lesionState)) ? 1 : 2) + this.$set(this.questionForm, 'saveTypeEnum', 2) } else { this.$set(this.questionForm, 'saveTypeEnum', 0) } @@ -625,7 +625,7 @@ export default { } } var lesionState = this.getQuestionVal(7) - if (this.firstRenderAnnotation && !isNaN(parseInt(lesionState))) { + if (this.firstRenderAnnotation) { this.$set(this.questionForm, 'saveTypeEnum', 2) } else { this.$set(this.questionForm, 'saveTypeEnum', 1)