|
|
@@ -206,6 +206,7 @@ export default {
|
|
206
|
206
|
getCallRecords(params).then(response => {
|
|
207
|
207
|
this.loading = false
|
|
208
|
208
|
if (response.state.toLowerCase() === 'success') {
|
|
|
209
|
+ console.log(response.data.recordpath)
|
|
209
|
210
|
this.recordpath = response.data.recordpath
|
|
210
|
211
|
this.pageParams.total = response.data.Totals
|
|
211
|
212
|
this.dataLists = response.data.Rows
|
|
|
@@ -231,7 +232,7 @@ export default {
|
|
231
|
232
|
content: {
|
|
232
|
233
|
content: audioPlayer, // 传递的组件对象
|
|
233
|
234
|
parent: this, // 当前的vue对象
|
|
234
|
|
- data: { 'recFiles': this.recordpath + rec_file, 'artists': artist.toString() }// props//该方法会自动添加一个key为layerid的值, 该值为创建层的id, 可以直接使用
|
|
|
235
|
+ data: { 'recFiles': rec_file, 'artists': artist.toString() }// props//该方法会自动添加一个key为layerid的值, 该值为创建层的id, 可以直接使用
|
|
235
|
236
|
},
|
|
236
|
237
|
area: ['600px', '230px'],
|
|
237
|
238
|
shadeClose: true,
|