From 6eebf590f89b2cffe757ceb06a60c83b712a22cb Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 17 Sep 2025 17:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90PCWG3=E3=80=91=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=B7=B2=E9=98=85=E4=BB=BB=E5=8A=A1=EF=BC=8C=E7=97=85=E7=81=B6?= =?UTF-8?q?=E4=B8=8A=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E9=83=A8=E4=BD=8D=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/PCWG/QuestionForm.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/PCWG/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/PCWG/QuestionForm.vue index 622657b8..e544a84a 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/PCWG/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/PCWG/QuestionForm.vue @@ -364,6 +364,15 @@ export default { this.lesionName = this.getLesionInfo(this.orderMark, this.rowIndex) this.isCurrentTaskAdd = this.answers.IsCurrentTaskAdd ? this.answers.IsCurrentTaskAdd : 'True' this.lesionMark = this.getLesionName(this.orderMark, this.questionForm.RowIndex) + + var isLymphLesion = this.getQuestionVal(2) + isLymphLesion = isLymphLesion ? parseInt(isLymphLesion) : null + var lesionOrgan = this.getQuestionVal(6) + const lesionPart = this.getQuestionVal(8) + + this.$emit('resetQuestions', { isLymphLesion, lesionPart, lesionOrgan, saveTypeEnum: this.questionForm.saveTypeEnum, lesionState, lesionNum, rowIndex: this.rowIndex, questionId: this.parentQsId, anwsers: this.questionForm }) + + this.isRender = true }, getLesionName(orderMark, rowIndex) {