Browse Source

合并分支代码

V1.0
PLUTO 2 years ago
parent
commit
f4f5b9dbbb
  1. 4
      src/views/dataBoard/cpts/family/modules/Family.vue

4
src/views/dataBoard/cpts/family/modules/Family.vue

@ -51,8 +51,8 @@ export default {
return paramStr;
},
cheackCrrent(item) {
const params = { ...this.$route.query, houseId: item.homeId };
this.$router.push(this.$route.path + "?" + this.getParams(params));
const params = { user_id: item.id };
this.$router.push("/dataBoard/overview/resident?" + this.getParams(params));
},
getDatas() {
this.data = [];

Loading…
Cancel
Save