shuishen
2023-01-06 dbd6d2ca8cb996d49593c19f2e07eb54f31d1d1a
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
            })
        },