From e1e826565abaad1fe49389d8ad2eb7f7fdacc28a Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期二, 05 九月 2023 18:31:19 +0800
Subject: [PATCH] 接口

---
 src/views/line_graph/components/LineChart.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/line_graph/components/LineChart.vue b/src/views/line_graph/components/LineChart.vue
index 71bf7f5..9c2ef43 100644
--- a/src/views/line_graph/components/LineChart.vue
+++ b/src/views/line_graph/components/LineChart.vue
@@ -53,11 +53,11 @@
     },
 
   },
-  beforeUnmount() {
-    if (this.chart) {
-      this.chart.dispose();
-    }
-  },
+  // beforeUnmount() {
+  //   if (this.chart) {
+  //     this.chart.dispose();
+  //   }
+  // },
   methods: {
     intiChart() {
       // 鍒涘缓echarts瀹炰緥

--
Gitblit v1.9.3