fix:删除控制台console

This commit is contained in:
zhangyu
2022-07-15 17:05:03 +08:00
parent 5061a0dd37
commit 60671e1d3b
9 changed files with 9 additions and 11 deletions

View File

@@ -299,7 +299,7 @@ export default {
}
}).catch(res => {
this.$refs['childrenFrom' + this.editChart.datasource].showError()
console.info(res)
// console.info(res)
})
},
selectPanel (panel) {