liyongli 3 gadi atpakaļ
vecāks
revīzija
5428934c91
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      src/views/HardAdvertisement/HardAdvertisement.vue

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

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