From 2e8c118c5e1efe441dd6f5e18a90f73df907c1b5 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 8 Feb 2023 15:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Piabodata/Customerportrait/Receivingrecords.vue | 10 ++++++++-- pages/center/Piabodata/Userinsightinto.vue | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/center/Piabodata/Customerportrait/Receivingrecords.vue b/pages/center/Piabodata/Customerportrait/Receivingrecords.vue index 6f1238f..f1e27b7 100644 --- a/pages/center/Piabodata/Customerportrait/Receivingrecords.vue +++ b/pages/center/Piabodata/Customerportrait/Receivingrecords.vue @@ -161,6 +161,7 @@ export default { totalpage:0, keywordIds:'', type:0, + marketingBusiness: '', // 销讲话术 }; }, onLoad(options) { @@ -176,6 +177,7 @@ export default { this.endoftime=''; this.Datesicing=''; } + if (options.marketingBusiness) this.marketingBusiness = options.marketingBusiness // this.keywordsId=options.keywordsId this.keywordIds=options.keywordsId this.houseId=uni.getStorageSync('buildingID').id; @@ -267,6 +269,7 @@ export default { keywordIds:this.keywordIds, // keywordsId:this.keywordsId, projectId:this.houseId, + marketingBusiness: this.marketingBusiness, } } }else{ @@ -285,6 +288,7 @@ export default { keywordIds:this.keywordIds, // keywordsId:this.keywordsId, projectId:this.houseId, + marketingBusiness: this.marketingBusiness, } } } @@ -308,7 +312,8 @@ export default { type:0, statDateStart:this.starttime, statDateEnd:this.endoftime, - houseId:this.houseId + houseId:this.houseId, + marketingBusiness: this.marketingBusiness, } }else{ datatype=this.activetime; @@ -317,7 +322,8 @@ export default { dateType:Number(datatype), statDateStart:this.starttime, statDateEnd:this.endoftime, - houseId:this.houseId + houseId:this.houseId, + marketingBusiness: this.marketingBusiness, } } diff --git a/pages/center/Piabodata/Userinsightinto.vue b/pages/center/Piabodata/Userinsightinto.vue index 4f20203..160aea7 100644 --- a/pages/center/Piabodata/Userinsightinto.vue +++ b/pages/center/Piabodata/Userinsightinto.vue @@ -322,7 +322,7 @@ uni.navigateTo({ url: '/pages/center/Piabodata/Customerportrait/Receivingrecords?datatype=' + this.activeTotal + "&keywordsId=" + item.matchKeywords[i].keywordsId + "&starttime=" + this.timeobj - .statDateStart + "&endoftime=" + this.timeobj.statDateEnd + .statDateStart + "&endoftime=" + this.timeobj.statDateEnd+'&marketingBusiness='+this.marketingBusiness }) }, //时间切换