fix: 暂时去掉promql联想;删除几个console.log
This commit is contained in:
@@ -1396,8 +1396,10 @@
|
||||
this.clearChart();
|
||||
//const addChartBox = document.querySelector('.right-box-add-chart');
|
||||
//addChartBox.style.cssText = this.oldChartBoxCss;
|
||||
this.echartModalStore.off('magictypechanged');
|
||||
this.$refs.screenLegendArea._ps_.destroy();
|
||||
try {
|
||||
this.echartModalStore.off('magictypechanged');
|
||||
} finally {}
|
||||
this.$refs.screenLegendArea._ps_ && this.$refs.screenLegendArea._ps_.destroy();
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user