|
|
@@ -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, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|