Procházet zdrojové kódy

新增分享、日周报接口项目id字段

branch0222
douzhuo před 1 rokem
rodič
revize
d8f3c948cb
2 změnil soubory, kde provedl 8 přidání a 4 odebrání
  1. +4
    -2
      pages/reportExcel/dayReport.vue
  2. +4
    -2
      pages/reportExcel/weekReport.vue

+ 4
- 2
pages/reportExcel/dayReport.vue Zobrazit soubor

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


+ 4
- 2
pages/reportExcel/weekReport.vue Zobrazit soubor

@@ -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 = {}


Načítá se…
Zrušit
Uložit