Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
junjie 2021-07-28 11:39:27 +08:00
commit 62301c881d
3 changed files with 0 additions and 4 deletions

View File

@ -264,7 +264,6 @@ export default {
},
save(withClose) {
debugger
//
const requestInfo = {
id: this.$store.state.panel.panelInfo.id,

View File

@ -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
},

View File

@ -73,7 +73,6 @@ export default {
},
watch: {
inputType(newVal) {
debugger
if (newVal === 'self') {
this.editPanel = deepCopy(this.editPanelOut)
} else {