|
|
@@ -568,7 +568,8 @@ |
|
|
|
|
|
|
|
forShare() { |
|
|
|
this.$u.get("/zkMessage/shareMessage", { |
|
|
|
id: this.id |
|
|
|
id: this.id, |
|
|
|
houseId: uni.getStorageSync('buildingID').id |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 跳转首页 |
|
|
@@ -580,7 +581,8 @@ |
|
|
|
// 获取日报详情 |
|
|
|
getMessage() { |
|
|
|
this.$u.get('/zkMessage/findByProjectId', { |
|
|
|
id: this.id |
|
|
|
id: this.id, |
|
|
|
houseId: uni.getStorageSync('buildingID').id |
|
|
|
}).then(res => { |
|
|
|
let data = {} |
|
|
|
if (res.zkMessage.content) { |
|
|
|