|
|
@ -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() { |
|
|
|