From 113e9bacf299db84b2c735828674094594d33ed5 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 14 Feb 2023 10:39:21 +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 --- pages/center/Piabodata/StaffAnalysis.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/center/Piabodata/StaffAnalysis.vue b/pages/center/Piabodata/StaffAnalysis.vue index 3cd7403..f00ca2a 100644 --- a/pages/center/Piabodata/StaffAnalysis.vue +++ b/pages/center/Piabodata/StaffAnalysis.vue @@ -559,11 +559,11 @@ timeType: this.lastEndDate ? null : this.activeTotal + '', lastEndDate: this.lastEndDate, lastStartDate: this.lastStartDate, - marketingBusiness: this.marketingBusinessId, + marketingBusiness: this.marketingBusiness, }) .then(res => { this.LOADING = false - // console.log(res) + console.log(res, '销讲能力') let first = res.first let second = res.second this.chartData.categories = [] @@ -594,6 +594,8 @@ this.chartData.series[1].data.push(item.avgExecutionRate) }) } + + console.log(this.chartData) }).catch(e => { this.LOADING = false