forked from github/dataease
fix: 仪表盘编辑时清除临时数据缓存 去除不必要的debugger和日志
This commit is contained in:
parent
837c4cd34f
commit
eeb331d522
@ -127,7 +127,6 @@ export default {
|
||||
},
|
||||
handleScaleChange() {
|
||||
if (this.componentData) {
|
||||
debugger
|
||||
const componentData = deepCopy(this.componentData)
|
||||
componentData.forEach(component => {
|
||||
Object.keys(component.style).forEach(key => {
|
||||
|
@ -374,13 +374,11 @@ export default {
|
||||
},
|
||||
|
||||
getComponentStyleDefault(style) {
|
||||
debugger
|
||||
return getStyle(style, ['top', 'left', 'width', 'height', 'rotate'])
|
||||
// return style
|
||||
},
|
||||
|
||||
getComponentStyle(style) {
|
||||
debugger
|
||||
// return getStyle(style, ['top', 'left', 'width', 'height', 'rotate'])
|
||||
return style
|
||||
},
|
||||
@ -392,7 +390,6 @@ export default {
|
||||
},
|
||||
|
||||
getTextareaHeight(element, text) {
|
||||
debugger
|
||||
// eslint-disable-next-line prefer-const
|
||||
let { lineHeight, fontSize, height } = element.style
|
||||
if (lineHeight === '') {
|
||||
|
@ -17,7 +17,6 @@ export default {
|
||||
},
|
||||
|
||||
redo(state) {
|
||||
debugger
|
||||
if (state.snapshotIndex < state.snapshotData.length - 1) {
|
||||
state.snapshotIndex++
|
||||
store.commit('setComponentData', deepCopy(state.snapshotData[state.snapshotIndex]))
|
||||
|
@ -27,7 +27,6 @@ export function getStyle(style, filter = []) {
|
||||
}
|
||||
})
|
||||
|
||||
debugger
|
||||
return result
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,6 @@ const data = {
|
||||
},
|
||||
|
||||
setCurCanvasScale(state, curCanvasScale) {
|
||||
debugger
|
||||
state.curCanvasScale = curCanvasScale
|
||||
},
|
||||
|
||||
|
@ -155,7 +155,7 @@ export default {
|
||||
})
|
||||
},
|
||||
move(offset, direction, speed) {
|
||||
console.log(speed)
|
||||
// console.log(speed)
|
||||
if (!this.transitionEnd) return
|
||||
this.transitionEnd = false
|
||||
direction === -1 ? this.currentIndex += offset / this.sliderWidth : this.currentIndex -= offset / this.sliderWidth
|
||||
|
@ -194,7 +194,7 @@ export default {
|
||||
this.$emit('templateEdit', this.template)
|
||||
},
|
||||
handleDelete() {
|
||||
console.log('handleDelete')
|
||||
// console.log('handleDelete')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -85,10 +85,10 @@ export default {
|
||||
|
||||
methods: {
|
||||
handleChange(val) {
|
||||
console.log(val)
|
||||
// console.log(val)
|
||||
},
|
||||
onChangePanelStyle(parma) {
|
||||
console.log('parma:' + JSON.stringify(parma))
|
||||
// console.log('parma:' + JSON.stringify(parma))
|
||||
},
|
||||
onColorChange(val) {
|
||||
this.chart.customAttr.color = val
|
||||
|
@ -279,7 +279,6 @@ export default {
|
||||
// 监听div变动事件
|
||||
erd.listenTo(document.getElementById('canvasInfo-main'), element => {
|
||||
_this.$nextTick(() => {
|
||||
debugger
|
||||
_this.restore()
|
||||
})
|
||||
})
|
||||
@ -296,6 +295,9 @@ export default {
|
||||
if (componentDataTemp && canvasStyleDataTemp) {
|
||||
this.$store.commit('setComponentData', this.resetID(JSON.parse(componentDataTemp)))
|
||||
this.$store.commit('setCanvasStyle', JSON.parse(canvasStyleDataTemp))
|
||||
// 清空临时画布数据
|
||||
this.$store.dispatch('panel/setComponentDataTemp', null)
|
||||
this.$store.dispatch('panel/setCanvasStyleDataTemp', null)
|
||||
} else if (panelId) {
|
||||
findOne(panelId).then(response => {
|
||||
this.$store.commit('setComponentData', this.resetID(JSON.parse(response.data.panelData)))
|
||||
@ -354,7 +356,6 @@ export default {
|
||||
return data
|
||||
},
|
||||
handleDrop(e) {
|
||||
debugger
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
let component
|
||||
@ -415,7 +416,7 @@ export default {
|
||||
},
|
||||
|
||||
handleMouseDown() {
|
||||
console.log('handleMouseDown123')
|
||||
// console.log('handleMouseDown123')
|
||||
|
||||
this.$store.commit('setClickComponentStatus', false)
|
||||
},
|
||||
@ -471,14 +472,13 @@ export default {
|
||||
return result
|
||||
},
|
||||
restore() {
|
||||
debugger
|
||||
if (document.getElementById('canvasInfo')) {
|
||||
this.$nextTick(() => {
|
||||
const canvasHeight = document.getElementById('canvasInfo').offsetHeight
|
||||
const canvasWidth = document.getElementById('canvasInfo').offsetWidth
|
||||
this.outStyle.height = canvasHeight
|
||||
this.outStyle.width = canvasWidth
|
||||
console.log(canvasHeight + '--' + canvasWidth)
|
||||
// console.log(canvasHeight + '--' + canvasWidth)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -74,7 +74,7 @@ export default {
|
||||
return result
|
||||
})
|
||||
}
|
||||
console.log('this.widgetSubjects=>' + JSON.stringify(this.widgetSubjects))
|
||||
// console.log('this.widgetSubjects=>' + JSON.stringify(this.widgetSubjects))
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
@ -367,7 +367,6 @@ export default {
|
||||
methods: {
|
||||
closeEditPanelDialog(panelInfo) {
|
||||
this.editPanel.visible = false
|
||||
debugger
|
||||
this.defaultTree()
|
||||
// 默认展开 同时点击 新增的节点
|
||||
if (panelInfo && panelInfo.panelType === 'self' && this.lastActiveNodeData.id) {
|
||||
@ -618,6 +617,9 @@ export default {
|
||||
this.$store.commit('refreshSnapshot')
|
||||
this.$store.commit('setComponentData', [])
|
||||
this.$store.commit('setCanvasStyle', DEFAULT_COMMON_CANVAS_STYLE)
|
||||
// 清空临时画布数据
|
||||
this.$store.dispatch('panel/setComponentDataTemp', null)
|
||||
this.$store.dispatch('panel/setCanvasStyleDataTemp', null)
|
||||
this.$store.dispatch('panel/setPanelInfo', data)
|
||||
bus.$emit('PanelSwitchComponent', { name: 'PanelEdit' })
|
||||
},
|
||||
|
@ -99,7 +99,6 @@ export default {
|
||||
type: 'success',
|
||||
showClose: true
|
||||
})
|
||||
debugger
|
||||
this.$emit('closeSaveDialog')
|
||||
})
|
||||
}).catch(() => {
|
||||
@ -111,7 +110,6 @@ export default {
|
||||
type: 'success',
|
||||
showClose: true
|
||||
})
|
||||
debugger
|
||||
this.$emit('closeSaveDialog')
|
||||
})
|
||||
}
|
||||
|
@ -88,7 +88,6 @@ export default {
|
||||
type: 'success',
|
||||
showClose: true
|
||||
})
|
||||
debugger
|
||||
this.$emit('closeEditTemplateDialog')
|
||||
})
|
||||
}).catch(() => {
|
||||
@ -100,7 +99,6 @@ export default {
|
||||
type: 'success',
|
||||
showClose: true
|
||||
})
|
||||
debugger
|
||||
this.$emit('closeEditTemplateDialog')
|
||||
})
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ export default {
|
||||
this.$emit('templateEdit', this.template)
|
||||
},
|
||||
handleDelete() {
|
||||
console.log('handleDelete')
|
||||
// console.log('handleDelete')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -184,7 +184,6 @@ export default {
|
||||
}
|
||||
},
|
||||
closeEditTemplateDialog() {
|
||||
debugger
|
||||
this.templateDialog.visible = false
|
||||
this.showCurrentTemplate(this.templateDialog.pid)
|
||||
},
|
||||
|
@ -133,7 +133,6 @@ export default {
|
||||
methods: {
|
||||
loadAuth() {
|
||||
if (this.authCondition && this.showExtent) {
|
||||
debugger
|
||||
let authQueryCondition = {}
|
||||
if (this.dataInfo.direction === 'source') {
|
||||
// 当前为授权数据 获取当前authTarget 的授权信息 authSource
|
||||
@ -153,7 +152,6 @@ export default {
|
||||
}
|
||||
},
|
||||
loadNodes(node, resolve) {
|
||||
debugger
|
||||
if (!this.searchStatus) {
|
||||
if (node.level === 0) {
|
||||
const queryCondition = {
|
||||
@ -181,7 +179,6 @@ export default {
|
||||
},
|
||||
filterNode(index) {
|
||||
this.timeMachine = setTimeout(() => {
|
||||
debugger
|
||||
if (index === this.changeIndex) {
|
||||
const queryCondition = {
|
||||
withExtend: 'parent',
|
||||
|
Loading…
Reference in New Issue
Block a user