diff --git a/pages/center/Piabodata/Userinsightinto.vue b/pages/center/Piabodata/Userinsightinto.vue index 11199ab..541d501 100644 --- a/pages/center/Piabodata/Userinsightinto.vue +++ b/pages/center/Piabodata/Userinsightinto.vue @@ -195,10 +195,10 @@ } this.$u.post("/matchKeywords/findmatchdata", parames).then(data => { this.LOADING = false - this.numlist.push({ - name:"有效接待", - num:data.total - }) + // this.numlist.push({ + // name:"有效接待", + // num:data.total + // }) this.efficient = data.total this.markCount = data.markCount this.noMarkCount = data.noMarkCount diff --git a/pages/mine/calibration.vue b/pages/mine/calibration.vue index 33f6101..ce5d8e9 100644 --- a/pages/mine/calibration.vue +++ b/pages/mine/calibration.vue @@ -79,6 +79,7 @@ let param = { keywordIds:'', id: this.customerId, + projectId: uni.getStorageSync('buildingID').id, } let str = [] this.allList.map(item => {