From d8f3c948cbe8fb37530d9c4c223cc9dc8c267990 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 22 Nov 2022 18:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=86=E4=BA=AB=E3=80=81?= =?UTF-8?q?=E6=97=A5=E5=91=A8=E6=8A=A5=E6=8E=A5=E5=8F=A3=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?id=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/reportExcel/dayReport.vue | 6 ++++-- pages/reportExcel/weekReport.vue | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/reportExcel/dayReport.vue b/pages/reportExcel/dayReport.vue index 515af1c..66f7fff 100644 --- a/pages/reportExcel/dayReport.vue +++ b/pages/reportExcel/dayReport.vue @@ -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) { diff --git a/pages/reportExcel/weekReport.vue b/pages/reportExcel/weekReport.vue index 7cf25bc..9670190 100644 --- a/pages/reportExcel/weekReport.vue +++ b/pages/reportExcel/weekReport.vue @@ -591,7 +591,8 @@ }, forShare() { this.$u.get("/zkMessage/shareMessage", { - id: this.id + id: this.id, + houseId: uni.getStorageSync('buildingID').id }) }, @@ -690,7 +691,8 @@ // 获取周报详情 getMessage() { this.$u.get('/zkMessage/findByProjectId', { - id: this.id + id: this.id, + houseId: uni.getStorageSync('buildingID').id }).then(res => { // console.log(res) let data = {}