| @@ -559,11 +559,11 @@ | |||||
| timeType: this.lastEndDate ? null : this.activeTotal + '', | timeType: this.lastEndDate ? null : this.activeTotal + '', | ||||
| lastEndDate: this.lastEndDate, | lastEndDate: this.lastEndDate, | ||||
| lastStartDate: this.lastStartDate, | lastStartDate: this.lastStartDate, | ||||
| marketingBusiness: this.marketingBusinessId, | |||||
| marketingBusiness: this.marketingBusiness, | |||||
| }) | }) | ||||
| .then(res => { | .then(res => { | ||||
| this.LOADING = false | this.LOADING = false | ||||
| // console.log(res) | |||||
| console.log(res, '销讲能力') | |||||
| let first = res.first | let first = res.first | ||||
| let second = res.second | let second = res.second | ||||
| this.chartData.categories = [] | this.chartData.categories = [] | ||||
| @@ -594,6 +594,8 @@ | |||||
| this.chartData.series[1].data.push(item.avgExecutionRate) | this.chartData.series[1].data.push(item.avgExecutionRate) | ||||
| }) | }) | ||||
| } | } | ||||
| console.log(this.chartData) | |||||
| }).catch(e => { | }).catch(e => { | ||||
| this.LOADING = false | this.LOADING = false | ||||