派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-14 b993a85744f7ff5fb72fbb5a68ffe64173cce2d7
src/components/BaseNav/PublicBounced/GasComponents/EChartsDate.vue
@@ -58,6 +58,7 @@
<script>
import PublicDetailedList from '@components/BaseNav/PublicBounced/GasComponents/PublicDetailedList'
import dayjs from 'dayjs'
export default {
  name: 'ECharts',
@@ -140,6 +141,8 @@
    }
  },
  mounted () {
    this.formInline.timeEnd = dayjs().format('YYYY-MM-DD HH:mm:ss')
    this.formInline.timeStart = dayjs().subtract(1, 'month').format('YYYY-MM-DD HH:mm:ss')
    this.onSubmit()
    // this.CreateChart(this.JsonDayCharts.id, this.JsonDayCharts.title, this.JsonDayCharts.legend, this.JsonDayCharts.xdata, this.JsonDayCharts.ydatas, this.JsonDayCharts.yname, this.JsonDayCharts.id, this.JsonDayCharts.datatype)
  },