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