src/components/map/components/mapPopup.vue
@@ -125,6 +125,9 @@ export default { name: 'mapPopup', inject: ["getWidth", 'userInfo'], data () { return { currentBtn: '接警信息', @@ -132,8 +135,6 @@ scaleDomFlag: false } }, inject: ["getWidth"], computed: { ...mapGetters([ @@ -163,7 +164,7 @@ this.CJdata = {} getActAsPoliceList(this.dataPopup.JJDBH, '').then(res => { getActAsPoliceList(this.dataPopup.JJDBH, this.userInfo.dept_id).then(res => { if (res.data.data.records.length > 0) { this.CJdata = res.data.data.records[0] }