Browse Source

家庭画像修改

V1.0
张若晨 2 years ago
parent
commit
4ffe71e4af
  1. 2
      src/views/dataBoard/cpts/family/modules/Family.vue

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

@ -53,7 +53,7 @@ export default {
return paramStr;
},
cheackCrrent(item) {
const params = { ...this.$route.query, user_id: item.id };
const params = { ...this.$route.query, houseId: item.homeId };
this.$router.push(this.$route.path + "?" + this.getParams(params));
},
getDatas() {

Loading…
Cancel
Save