瀏覽代碼

提交修改

dmb
douzhuo 2 年之前
父節點
當前提交
113e9bacf2
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      pages/center/Piabodata/StaffAnalysis.vue

+ 4
- 2
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


Loading…
取消
儲存