Browse Source

Merge branch '1206' into dev

v1.1
mk 2 years ago
parent
commit
321467d0b4
  1. 10
      src/views/dataBoard/renfang/index.vue

10
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;
}

Loading…
Cancel
Save