派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-09 17de93255772734b15cce7a0c680a40d2ec5878c
src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue
@@ -117,7 +117,7 @@
                </el-col>
              </el-row>
            </div>
            <div style="width:100%;height:200px;" id="echarts" ref="main">
            <div style="width:600px;height:200px;" id="echarts" ref="main">
            </div>
        </div>
    </div>
@@ -329,7 +329,7 @@
  mounted () {
    this.$nextTick(() => {
      this.drawChart()
      const dataWatch = JSON.parse(JSON.stringify(this.$attrs.getQueryOnlineMonData))
      const dataWatch = JSON.parse(JSON.stringify(this.$attrs.getQueryOnlineMonData)).reverse()
      console.log(dataWatch)
      var dataValue1 = []
      var dataValue2 = []