From 3d834d7b6aa6833899068e155b547bdd459f4671 Mon Sep 17 00:00:00 2001 From: water_xu Date: Wed, 26 Jun 2024 10:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E8=AE=BE=E5=A4=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E6=B0=94=E8=B1=A1=E8=AE=BE=E5=A4=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E5=9B=BE=E8=A1=A8=E7=BB=9F=E8=AE=A1=E6=8E=92?= =?UTF-8?q?=E5=BA=8Fbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../meteorological/components/meteorological-history.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/keyprojects/meteorological/components/meteorological-history.vue b/src/views/keyprojects/meteorological/components/meteorological-history.vue index 253fbb5..5dbc97f 100644 --- a/src/views/keyprojects/meteorological/components/meteorological-history.vue +++ b/src/views/keyprojects/meteorological/components/meteorological-history.vue @@ -290,7 +290,7 @@ export default { } ).then((data) => { this.listLoading = false - this.varList = data.varList + this.varList = data.varList.reverse() this.temperature = [] this.winddirection = [] this.windspeed = []