From a9bc9dab41d393a5305519f8e96a039bb723c6c2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 06 Jan 2023 16:51:21 +0800
Subject: [PATCH] 警情修改
---
src/components/map/components/mapPopup.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/map/components/mapPopup.vue b/src/components/map/components/mapPopup.vue
index 21fbe3b..393e76f 100644
--- a/src/components/map/components/mapPopup.vue
+++ b/src/components/map/components/mapPopup.vue
@@ -139,9 +139,10 @@
currentBtnChange (type) {
this.currentBtn = type
+
+ this.CJdata = {}
getActAsPoliceList(this.dataPopup.JJDBH, '').then(res => {
- console.log(res, 999999)
- // this.CJdata = res.data.result
+ this.CJdata = res.data.data.records
})
},
--
Gitblit v1.9.3