删除console

This commit is contained in:
zhangyu
2021-06-23 15:58:43 +08:00
parent becfb5b120
commit 0defa0799d
5 changed files with 0 additions and 10 deletions

View File

@@ -52,7 +52,6 @@ export default {
},
async mounted () {
const panels = await getPanelList({ type: this.panelType })
console.log(panels)
if (panels && panels.length > 0) {
this.panel = panels[0]
}
@@ -61,7 +60,6 @@ export default {
chart.i = chart.id
return chart
})
console.log(this.chartList)
}
},
setup (props, ctx) {
@@ -119,7 +117,6 @@ export default {
this.init()
return
}
console.log(this.$refs.dateTimeRange.isCustom)
if (this.$refs.dateTimeRange.isCustom) {
this.init()
} else {