diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue index a73ff94..845a2a2 100644 --- a/pages/center/Piabodata/TrendAnalysis.vue +++ b/pages/center/Piabodata/TrendAnalysis.vue @@ -98,8 +98,8 @@ - {{ marketingBusinessText }} + + {{ marketingBusinessText }} @@ -111,8 +111,15 @@ + + {{lopanobj.name}} + + + - + 选择一级: @@ -447,15 +454,6 @@ this.init() }, - // 获取顾问 - getAllGuWen() { - if (this.pamect.accountId == "") { - this.getguwenlist() - } else { - this.ConsultantDimension() - } - }, - // 获取一级 getAllYiJi() { this.speakingLevel() @@ -565,6 +563,7 @@ if (this.newactiveTotal == 0) { this.ProjectDimension() } else if (this.newactiveTotal == 1) { + console.log(this.pamect.accountId) if (this.pamect.accountId == "") { this.getguwenlist() } else { @@ -884,6 +883,7 @@ houseId: this.pamect.houseId, marketingBusiness: this.marketingBusiness, }).then(data => { + console.log(data, 'sdajmkldjaskldjaskldjaskldjaskljdklsa') this.selectlist = []; if (data.length == 0) { this.lineOptsect = { @@ -901,6 +901,7 @@ this.lopanobj.id = data[0].accountId; this.lopanobj.name = data[0].name; this.pamect.accountId = this.lopanobj.id; + console.log(this.pamect.accountId) this.ConsultantDimension() } }) @@ -1559,11 +1560,11 @@ align-items: center; border-radius: 8rpx; border: 1rpx solid #666666; - + overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - + .righttochoose { margin-left: 12rpx; width: 18rpx;