Pārlūkot izejas kodu

录音下载修改

liuzhen 5 gadi atpakaļ
vecāks
revīzija
129209b2f4

+ 1 - 0
CallCenterWeb.UI/src/components/audioPlayer/index.vue

@@ -64,6 +64,7 @@ export default {
64 64
     this.musicList.artist = this.artists
65 65
     this.musicList.src = this.recFiles
66 66
     this.musicList.pic = this.avatar
67
+    console.log(this.musicList.src)
67 68
   },
68 69
   methods: {
69 70
     btn_downlaod() {

+ 1 - 1
CallCenterWeb.UI/src/views/todoManagement/todoList/detail.vue

@@ -9,7 +9,7 @@
9 9
           </el-col>
10 10
           <el-col :md="24" class="order_detail_content">
11 11
             <el-col :md="6" class="order_detail_item">
12
-              类:{{ type }}
12
+              类:{{ type }}
13 13
             </el-col>
14 14
             <el-col :md="6" class="order_detail_item">
15 15
               标题:{{ title }}

+ 2 - 1
CallCenterWeb.UI/src/views/trafficData/callRecord/index.vue

@@ -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,