在调取Echarts实例时判断是否存在,存在就销毁
if (this.launchEchart != null && this.launchEchart != "" && this.launchEchart != undefined) {
    this.launchEchart.dispose()//销毁
}

 

 

posted on 2022-09-28 15:54  好大的虫子  阅读(1383)  评论(0编辑  收藏  举报