From f42d56a7c0f93a6b2165633b6d1e39000a91626a Mon Sep 17 00:00:00 2001 From: water_xu Date: Thu, 27 Jun 2024 14:13:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81-=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=B0=8F=E7=AA=97=E5=8F=A3=E6=8E=92=E5=BA=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/components/menjin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/map/components/menjin.vue b/src/views/map/components/menjin.vue index e3c046e..f8d47f8 100644 --- a/src/views/map/components/menjin.vue +++ b/src/views/map/components/menjin.vue @@ -292,7 +292,7 @@ export default { AREA: this.area } ).then((data) => { - this.initEcharts1(data.varList.reverse()) + this.initEcharts1(data.varList) }) },