fix: 补充修复panel的echart类型内存溢出问题

This commit is contained in:
陈劲松
2020-11-20 14:38:40 +08:00
committed by chenjinsong
parent 948789b062
commit 01483332d8
4 changed files with 8 additions and 6 deletions

View File

@@ -1396,7 +1396,8 @@
this.clearChart();
//const addChartBox = document.querySelector('.right-box-add-chart');
//addChartBox.style.cssText = this.oldChartBoxCss;
this.echartModalStore.off('magictypechanged')
this.echartModalStore.off('magictypechanged');
this.$refs.screenLegendArea._ps_.destroy();
},
};