From c2ef837d933cd3d0deb816a603beb91a4eb5f636 Mon Sep 17 00:00:00 2001 From: water_xu Date: Wed, 26 Jun 2024 15:16:36 +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=E5=9B=BE=E8=A1=A8=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98=E4=BF=AE=E6=AD=A3?= 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 c4b4e17..5cbdd89 100644 --- a/src/views/map/components/menjin.vue +++ b/src/views/map/components/menjin.vue @@ -292,7 +292,7 @@ export default { } ).then((data) => { - this.initEcharts1(data.varList) + this.initEcharts1(data.varList.reverse()) }) },