From 0aaf2f3edbc36e4f0e10df9a887efe7b36bb154b Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 24 Jul 2025 16:41:00 +0800
Subject: [PATCH 1/2] =?UTF-8?q?tableQuestionId=E4=B8=BA=E7=A9=BA=E6=97=B6?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=A4=E6=96=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reading/dicoms/customize/CustomizeReportPage.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
index fc271858..d972e2d6 100644
--- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
@@ -85,7 +85,7 @@
+ v-else-if="questionForm[scope.row.QuestionId] instanceof Array && (scope.row.Type === 'select' || scope.row.Type === 'radio')">
{{ questionForm[scope.row.QuestionId][scope.row.xfIndex][scope.row.TableQuestionId] }}
{
this.$set(this.taskQuestions, this.taskQuestions.length, item)
})
+ console.log(this.taskQuestions,'this.taskQuestions')
this.visitTaskList = res.Result.VisitTaskList
this.InitVisitTaskQuestionForm()
this.handleResize()
From cc788b983330de9ff8c431857cb277ba516b454a Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 24 Jul 2025 17:48:00 +0800
Subject: [PATCH 2/2] 1
---
.../reading/dicoms/customize/CustomizeReportPage.vue | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
index d972e2d6..cc248ac6 100644
--- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
@@ -615,7 +615,6 @@ export default {
taskQuestions.forEach(item => {
this.$set(this.taskQuestions, this.taskQuestions.length, item)
})
- console.log(this.taskQuestions,'this.taskQuestions')
this.visitTaskList = res.Result.VisitTaskList
this.InitVisitTaskQuestionForm()
this.handleResize()