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] 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()