From 392e8a6ae291cfad237b385dc89e27905faaf4f9 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期三, 07 四月 2021 14:31:15 +0800
Subject: [PATCH] 统一样式-图层组件样式修改-缩进按钮修改!

---
 src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue b/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
index 5ab9de8..2b0e353 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
@@ -36,6 +36,7 @@
   },
   data () {
     return {
+      watchData: [],
       dialogVisible: false
     }
   },
@@ -203,6 +204,8 @@
   },
   mounted () {
     this.drawChart()
+    const dataWatch = JSON.parse(JSON.stringify(this.$attrs))
+    console.log(dataWatch)
   }
 }
 </script>

--
Gitblit v1.8.0