From 98240a8e15dec2d2fb88b2c6eb1be684c7543e5e Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期四, 15 四月 2021 11:03:30 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/BaseNav/PublicBounced/common/echarts/EChartsHour.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/common/echarts/EChartsHour.vue b/src/components/BaseNav/PublicBounced/common/echarts/EChartsHour.vue
index 879b85c..92f6ca3 100644
--- a/src/components/BaseNav/PublicBounced/common/echarts/EChartsHour.vue
+++ b/src/components/BaseNav/PublicBounced/common/echarts/EChartsHour.vue
@@ -15,7 +15,7 @@
                     <div class="pickerData">
                         <span> 寮�濮嬫椂闂�:</span>
                         <span class="pickerTable">
-                          <el-date-picker  type="datetime"   v-model="formInline.timeStart"></el-date-picker>
+                          <el-date-picker  type="datetime"  v-model="formInline.timeStart"></el-date-picker>
                         </span>
                     </div>
                     <div class="pickerData">
@@ -123,11 +123,6 @@
         datatype: 2
       }
     }
-  },
-  created () {
-    // this.$nextTick(() => {
-    // this.CreateChart(this.JsonCtarts.id, this.JsonCtarts.title, this.JsonCtarts.legend, this.JsonCtarts.xdata, this.JsonCtarts.ydatas, this.JsonCtarts.yname, this.JsonCtarts.id, this.JsonCtarts.datatype)
-    // }
   },
   mounted () {
     this.formInline.timeEnd = dayjs().format('YYYY-MM-DD HH:mm:ss')
@@ -452,7 +447,7 @@
         }],
         series: serLists
       }
-      console.log(option)
+      // console.log(option)
       this.myChart.setOption(option)
       /*
       this.myChart.on('legendselectchanged', function (params) {

--
Gitblit v1.8.0