diff --git a/src/api/statistics.js b/src/api/statistics.js index 20dcd08..4877667 100644 --- a/src/api/statistics.js +++ b/src/api/statistics.js @@ -60,7 +60,7 @@ params }) } -// 部门效能统计 +// 坐席效能统计 export function seatStatistics(params) { return request({ url: '/urge/departmentEffectiveStatistics', diff --git a/src/api/statistics.js b/src/api/statistics.js index 20dcd08..4877667 100644 --- a/src/api/statistics.js +++ b/src/api/statistics.js @@ -60,7 +60,7 @@ params }) } -// 部门效能统计 +// 坐席效能统计 export function seatStatistics(params) { return request({ url: '/urge/departmentEffectiveStatistics', diff --git a/src/views/caseManage/waitForCreate.vue b/src/views/caseManage/waitForCreate.vue index 5a9a114..e501344 100644 --- a/src/views/caseManage/waitForCreate.vue +++ b/src/views/caseManage/waitForCreate.vue @@ -184,8 +184,8 @@ // 播放录音 openSound(row) { this.soundShow = true - this.sound.url = 'http://192.170.1.10:81/archive/2020/0426/6001_3256651e-87a3-11ea-b535-89e56eb1026b.wav' - // this.sound.url = row.recordName + // this.sound.url = 'http://192.170.1.10:81/archive/2020/0426/6001_3256651e-87a3-11ea-b535-89e56eb1026b.wav' + this.sound.url = row.recordName }, // 关闭播放弹窗 closeSound() {