fix:删除console

This commit is contained in:
zhangyu
2022-07-14 13:59:22 +08:00
parent 4c9b207729
commit 5002a51051
2 changed files with 0 additions and 5 deletions

View File

@@ -574,7 +574,6 @@ export default {
}
} else {
this.$get('visual/panel', { type: this.from, link: linkId || this.obj.id }).then(response => {
console.log(response)
if (response.code === 200) {
this.panelData = response.data.list
if (this.panelData.length > 0) {