From 292e7150106a50ad732ab2d30e3000be6b25e5c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Thu, 3 Aug 2023 15:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=A2=99=E5=80=92=E8=BD=AC?= =?UTF-8?q?=E6=96=B9=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/realTimeMonitoring/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/realTimeMonitoring/index.vue b/src/views/realTimeMonitoring/index.vue index 5e195ca..f85cc4b 100644 --- a/src/views/realTimeMonitoring/index.vue +++ b/src/views/realTimeMonitoring/index.vue @@ -134,7 +134,7 @@ export default { data: {} }).then(res => { if(res.code == 200) { - this.realTimeListData = res.data.reverse(); + this.realTimeListData = res.data; if (sessionStorage.getItem('tabKey') == null) { console.log("tabKey"+this.realTimeListData[0].id) sessionStorage.setItem('tabKey', this.realTimeListData[0].streetId)