From dbd6d2ca8cb996d49593c19f2e07eb54f31d1d1a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 06 Jan 2023 17:49:16 +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