feat:蜂窝图 接口联调 添加hover显示名称的功能

This commit is contained in:
zhangyu
2020-12-15 16:54:47 +08:00
parent 1a4d43a1eb
commit 01fecfa8ef
7 changed files with 574 additions and 478 deletions

View File

@@ -921,7 +921,9 @@
*/
},
beforeDestroy(){
this.scrollbarWrap.removeEventListener('scroll', bus.debounce);
if(this.scrollbarWrap){
this.scrollbarWrap.removeEventListener('scroll', bus.debounce);
}
}
}