From 31b82eeccef9f1e90f210e2f0b78304e7c3083d2 Mon Sep 17 00:00:00 2001 From: yangdelong <828900aaa> Date: 星期三, 19 五月 2021 14:38:37 +0800 Subject: [PATCH] 修改wms最大显示级别为21级 --- src/components/BaseNav/WasteGas/HourData.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/BaseNav/WasteGas/HourData.vue b/src/components/BaseNav/WasteGas/HourData.vue index 150e054..593e75f 100644 --- a/src/components/BaseNav/WasteGas/HourData.vue +++ b/src/components/BaseNav/WasteGas/HourData.vue @@ -112,6 +112,7 @@ }, querySearch () { console.log('鏌ヨ') + this.initnData() }, async initnData () { const data = { @@ -342,6 +343,7 @@ }, CreateChart (id, title, legend, xdata, ydatas, yname, jcdID, datatype) { this.myChart = this.$echarts.init(this.$refs.wastegashour) + this.myChart.clear() // this.myChart .clear() let dataUnit = '' if (datatype === 1) { -- Gitblit v1.8.0