liyongli il y a 3 ans
Parent
commit
5428934c91
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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: {},
 };