From 09d6ae7396d4313d7c088a949d8794fb0cb0f4af Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 28 Jul 2021 11:36:51 +0800 Subject: [PATCH] =?UTF-8?q?reactor:=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Toolbar.vue | 1 - frontend/src/views/panel/edit/index.vue | 2 -- frontend/src/views/panel/list/EditPanel/index.vue | 1 - 3 files changed, 4 deletions(-) diff --git a/frontend/src/components/canvas/components/Toolbar.vue b/frontend/src/components/canvas/components/Toolbar.vue index 7d5f866d4f..b9be1d55cf 100644 --- a/frontend/src/components/canvas/components/Toolbar.vue +++ b/frontend/src/components/canvas/components/Toolbar.vue @@ -264,7 +264,6 @@ export default { }, save(withClose) { - debugger // 保存到数据库 const requestInfo = { id: this.$store.state.panel.panelInfo.id, diff --git a/frontend/src/views/panel/edit/index.vue b/frontend/src/views/panel/edit/index.vue index 1fe526a6ab..2e86229107 100644 --- a/frontend/src/views/panel/edit/index.vue +++ b/frontend/src/views/panel/edit/index.vue @@ -646,7 +646,6 @@ export default { }) }, newViewInfo(newViewInfo) { - debugger let component const newComponentId = uuid.v1() // 用户视图设置 复制一个模板 @@ -681,7 +680,6 @@ export default { } }, canvasScroll(event) { - debugger this.scrollLeft = event.target.scrollLeft this.scrollTop = event.target.scrollTop }, diff --git a/frontend/src/views/panel/list/EditPanel/index.vue b/frontend/src/views/panel/list/EditPanel/index.vue index 636938ee42..6f53ecb6f5 100644 --- a/frontend/src/views/panel/list/EditPanel/index.vue +++ b/frontend/src/views/panel/list/EditPanel/index.vue @@ -73,7 +73,6 @@ export default { }, watch: { inputType(newVal) { - debugger if (newVal === 'self') { this.editPanel = deepCopy(this.editPanelOut) } else {