|
|
@ -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 = []; |
|
|
|