提交 09d6ae73 authored 作者: wangjiahao's avatar wangjiahao

reactor:去掉无用的日志等

上级 559c30c8
...@@ -264,7 +264,6 @@ export default { ...@@ -264,7 +264,6 @@ export default {
}, },
save(withClose) { save(withClose) {
debugger
// 保存到数据库 // 保存到数据库
const requestInfo = { const requestInfo = {
id: this.$store.state.panel.panelInfo.id, id: this.$store.state.panel.panelInfo.id,
......
...@@ -646,7 +646,6 @@ export default { ...@@ -646,7 +646,6 @@ export default {
}) })
}, },
newViewInfo(newViewInfo) { newViewInfo(newViewInfo) {
debugger
let component let component
const newComponentId = uuid.v1() const newComponentId = uuid.v1()
// 用户视图设置 复制一个模板 // 用户视图设置 复制一个模板
...@@ -681,7 +680,6 @@ export default { ...@@ -681,7 +680,6 @@ export default {
} }
}, },
canvasScroll(event) { canvasScroll(event) {
debugger
this.scrollLeft = event.target.scrollLeft this.scrollLeft = event.target.scrollLeft
this.scrollTop = event.target.scrollTop this.scrollTop = event.target.scrollTop
}, },
......
...@@ -73,7 +73,6 @@ export default { ...@@ -73,7 +73,6 @@ export default {
}, },
watch: { watch: {
inputType(newVal) { inputType(newVal) {
debugger
if (newVal === 'self') { if (newVal === 'self') {
this.editPanel = deepCopy(this.editPanelOut) this.editPanel = deepCopy(this.editPanelOut)
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论