diff --git a/report-ui/src/views/report/bigscreen/designer/form/dynamicForm.vue b/report-ui/src/views/report/bigscreen/designer/form/dynamicForm.vue index e03b5fea..6a0c6251 100644 --- a/report-ui/src/views/report/bigscreen/designer/form/dynamicForm.vue +++ b/report-ui/src/views/report/bigscreen/designer/form/dynamicForm.vue @@ -308,7 +308,6 @@ export default { this.formData = newValue || {}; }, options(val) { - console.log(val); this.setDefaultValue(); this.isShowData(); } diff --git a/report-ui/src/views/report/bigscreen/designer/index.vue b/report-ui/src/views/report/bigscreen/designer/index.vue index 2d4ac68d..3ca35b33 100644 --- a/report-ui/src/views/report/bigscreen/designer/index.vue +++ b/report-ui/src/views/report/bigscreen/designer/index.vue @@ -84,6 +84,7 @@ width: bigscreenWidthInWorkbench + 'px', height: bigscreenHeightInWorkbench + 'px' }" + @mousedown="handleMouseDown" >