diff --git a/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue b/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue index d7abcd80f..f6677324c 100644 --- a/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue +++ b/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue @@ -28,7 +28,17 @@ @@ -106,6 +116,19 @@ export default { this.id = id; this.$refs.detail.open(id); }, + + // 查看 + handleLook(row) { + let { resiId } = row + this.$router.push({ + path: "/dataBoard/overview/resident", + query: { + user_id: resiId, + type:'renfang' + }, + }); + }, + } } diff --git a/src/views/dataBoard/overview/components/MapDialog/DemandList.vue b/src/views/dataBoard/overview/components/MapDialog/DemandList.vue index 1b8e57b4a..6232bb50d 100644 --- a/src/views/dataBoard/overview/components/MapDialog/DemandList.vue +++ b/src/views/dataBoard/overview/components/MapDialog/DemandList.vue @@ -8,7 +8,21 @@ - + + + @@ -158,6 +172,17 @@ export default { showDetail2(id) { this.$refs.Bmysxxq.open(id); }, + // 查看 + handleLook(row) { + let { demandUserId } = row + this.$router.push({ + path: "/dataBoard/overview/resident", + query: { + user_id: demandUserId, + type:'renfang' + }, + }); + }, handleViews(data) { if(this.type === '1') { this.showDetail(data.demandRecId) diff --git a/src/views/dataBoard/overview/components/MapDialog/List12345.vue b/src/views/dataBoard/overview/components/MapDialog/List12345.vue index 770226e65..e5602151b 100644 --- a/src/views/dataBoard/overview/components/MapDialog/List12345.vue +++ b/src/views/dataBoard/overview/components/MapDialog/List12345.vue @@ -11,7 +11,17 @@ @@ -125,6 +135,18 @@ export default { this.showDialog = true; this.rowId = icEventId; }, + + // 查看 + handleLook(row) { + let { reportUserId } = row + this.$router.push({ + path: "/dataBoard/overview/resident", + query: { + user_id: reportUserId, + type:'renfang' + }, + }); + }, } } diff --git a/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue b/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue index a831415ad..e0d5f402e 100644 --- a/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue +++ b/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue @@ -10,7 +10,21 @@ - + + +