liyongli 3 年之前
父节点
当前提交
5428934c91
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/HardAdvertisement/HardAdvertisement.vue

+ 6 - 0
src/views/HardAdvertisement/HardAdvertisement.vue

@@ -928,7 +928,13 @@ export default {
   },
   beforeUnmount: function() {
     this.launch_chart.dispose();
+    this.trend_chart.dispose();
+    this.proportion_chart.dispose();
+    this.saturation_chart.dispose();
     this.launch_chart = undefined;
+    this.trend_chart = undefined;
+    this.proportion_chart = undefined;
+    this.saturation_chart = undefined;
   },
   components: {},
 };