From 3dbb0a8df1fab9a610bf521d2d082e7304926cd7 Mon Sep 17 00:00:00 2001
From: whyczyk <525500596@qq.com>
Date: 星期四, 04 三月 2021 15:48:16 +0800
Subject: [PATCH] 错误代码提交

---
 src/components/charts/latticeBar.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/components/charts/latticeBar.vue b/src/components/charts/latticeBar.vue
index b61989c..ad6770f 100644
--- a/src/components/charts/latticeBar.vue
+++ b/src/components/charts/latticeBar.vue
@@ -166,8 +166,7 @@
         this.setOption(option);
       },
       resize() {
-        let timers = null;
-        timers = setTimeout(() => {
+        setTimeout(() => {
           this.$options.chart.resize();
           this.setData(this.$options.chartData);
         }, 300)

--
Gitblit v1.9.1