From ac1c7ea6d29679b221847db076044caeaf27b84c Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期二, 13 四月 2021 11:27:50 +0800 Subject: [PATCH] 废水图表日数据功能添加 --- src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue b/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue index d613182..d3af27b 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue @@ -146,6 +146,8 @@ console.log(1) // const date = [this.value1, this.value2, this.formInline.region] + // if (this.$attrs.) + // console.log(this.$attrs.) 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) // console.log(date) // if (date) { -- Gitblit v1.8.0