From d0e3b27db01795b76dd6b68beef0bfe1cdc599e6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 07 Jan 2023 17:26:58 +0800
Subject: [PATCH] 首页相关更改
---
src/components/map/components/mapPopup.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/map/components/mapPopup.vue b/src/components/map/components/mapPopup.vue
index b9800e1..2f78d03 100644
--- a/src/components/map/components/mapPopup.vue
+++ b/src/components/map/components/mapPopup.vue
@@ -157,7 +157,7 @@
this.CJdata = {}
getActAsPoliceList(this.dataPopup.JJDBH, '').then(res => {
- this.CJdata = res.data.data.records
+ this.CJdata = res.data.data.records[0]
})
},
--
Gitblit v1.9.3