From 2f20696827616272afa2dc7f05b11e9c821d2d5a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 31 Dec 2025 10:53:53 +0800 Subject: [PATCH] =?UTF-8?q?Lugano2014=E7=97=85=E7=81=B6=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=AE=AD=E5=A4=B4=E5=B7=A5=E5=85=B7=E6=97=B6=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=95=BF=E7=9F=AD=E7=BB=8F=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Lugano/QuestionForm.vue | 4 ++-- .../dicoms/components/LuganoWithoutPET/QuestionForm.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 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 67a7b3ae..1ef29375 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 @@ -681,8 +681,8 @@ export default { } this.$set(this.questionForm, shortObj.Id, short) } else if (measureData.type === 'ArrowAnnotate') { - this.$set(this.questionForm, lengthObj.Id, '') - this.$set(this.questionForm, shortObj.Id, '') + this.$set(this.questionForm, lengthObj.Id, '0') + this.$set(this.questionForm, shortObj.Id, '0') } var isLymphLesion = this.getQuestionVal(2) this.organList = [] diff --git a/src/views/trials/trials-panel/reading/dicoms/components/LuganoWithoutPET/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/LuganoWithoutPET/QuestionForm.vue index 67a7b3ae..1ef29375 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/LuganoWithoutPET/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/LuganoWithoutPET/QuestionForm.vue @@ -681,8 +681,8 @@ export default { } this.$set(this.questionForm, shortObj.Id, short) } else if (measureData.type === 'ArrowAnnotate') { - this.$set(this.questionForm, lengthObj.Id, '') - this.$set(this.questionForm, shortObj.Id, '') + this.$set(this.questionForm, lengthObj.Id, '0') + this.$set(this.questionForm, shortObj.Id, '0') } var isLymphLesion = this.getQuestionVal(2) this.organList = []