diff --git a/src/views/dataBoard/renfang/index.vue b/src/views/dataBoard/renfang/index.vue index 88f1dac24..295accd4d 100644 --- a/src/views/dataBoard/renfang/index.vue +++ b/src/views/dataBoard/renfang/index.vue @@ -592,8 +592,14 @@ export default { handleClickDotBtn(type, info) { if (type == "watch-resi") { - this.displayedResiId = info.user_id; - this.popupShow = true + this.$router.push({ + path: "/dataBoard/renfang/resident", + query: { + user_id: info.user_id, + }, + }); + // this.displayedResiId = info.user_id; + // this.popupShow = true } else if (type == "watch-house") { this.displayedHouseId = info.house_id; }