删除多余log

This commit is contained in:
zyy 2020-03-12 10:33:10 +08:00
parent 0cc556fa8d
commit 6045f6dba6

View File

@ -225,7 +225,6 @@ export default {
} }
}, },
doShow(point) { doShow(point) {
console.log(this.selected);
this.clickEvent(); this.clickEvent();
this.initMenu(); this.initMenu();
if (this.$refs && this.$refs.popMenu && this.menu && this.menu.length) { if (this.$refs && this.$refs.popMenu && this.menu && this.menu.length) {