liyongli %!s(int64=3) %!d(string=hai) anos
pai
achega
5428934c91
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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: {},
 };