From cb897f08f9b8afc07ed682611e8adee0d7a45a06 Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Thu, 21 Dec 2023 15:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E5=8F=AF=E8=A7=86=E5=8C=96?= =?UTF-8?q?=E7=9A=84=E9=80=9A=E8=BF=87=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=9F=A5?= =?UTF-8?q?=E6=89=BE=E5=B1=85=E6=B0=91=E7=94=BB=E5=83=8F=E7=9A=84=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/MapDialog/CommunityList.vue | 25 ++++++++++++++++- .../components/MapDialog/DemandList.vue | 27 ++++++++++++++++++- .../components/MapDialog/List12345.vue | 24 ++++++++++++++++- .../overview/components/MapDialog/Njjwtqk.vue | 27 ++++++++++++++++++- .../components/MapDialog/SatisfactionList.vue | 24 ++++++++++++++++- .../overview/potentialPeople/12345.vue | 23 +++++++++++++++- .../overview/potentialPeople/province.vue | 23 +++++++++++++++- .../overview/potentialPeople/selfInspect.vue | 23 +++++++++++++++- 8 files changed, 188 insertions(+), 8 deletions(-) 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 @@ - + + +