fix: 去掉打印语句

This commit is contained in:
dataeaseShu 2022-10-26 17:23:17 +08:00
parent a7523f1e90
commit d0ea11158f

View File

@ -433,7 +433,6 @@ export default {
this.$emit('resizeView')
},
edit() {
console.log('this.curComponent.type', this.curComponent.type)
if (this.curComponent.type === 'custom') {
bus.$emit('component-dialog-edit', 'update')
} else if (this.curComponent.type === 'custom-button') {