liyongli 3 năm trước cách đây
mục cha
commit
5428934c91
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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: {},
 };