forked from github/dataease
reactor:去掉无用的日志等
This commit is contained in:
parent
559c30c8b6
commit
09d6ae7396
@ -264,7 +264,6 @@ export default {
|
||||
},
|
||||
|
||||
save(withClose) {
|
||||
debugger
|
||||
// 保存到数据库
|
||||
const requestInfo = {
|
||||
id: this.$store.state.panel.panelInfo.id,
|
||||
|
@ -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
|
||||
},
|
||||
|
@ -73,7 +73,6 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
inputType(newVal) {
|
||||
debugger
|
||||
if (newVal === 'self') {
|
||||
this.editPanel = deepCopy(this.editPanelOut)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user