|
|
@@ -29,7 +29,7 @@ |
|
|
|
> |
|
|
|
<div v-if="rec_index_addJ" @click="Addtodigest()"> |
|
|
|
<div |
|
|
|
v-if="arr[this.aplayerId].status == 0" |
|
|
|
v-if="arr[aplayerId].status == 0" |
|
|
|
style="display: flex; align-items: center" |
|
|
|
> |
|
|
|
<i class="el-icon-star-on" style="font-size: 20px"></i> |
|
|
@@ -2201,15 +2201,13 @@ export default { |
|
|
|
|
|
|
|
//获取转写内容和播放列表 |
|
|
|
Getsthetransliteratecontent() { |
|
|
|
axios({ |
|
|
|
url: `/autoSR/zk/file/findBycusId`, |
|
|
|
method: 'get', |
|
|
|
params: { |
|
|
|
this.$api.http.findByCusIdcusId({ |
|
|
|
cusId: this.fileId |
|
|
|
} |
|
|
|
}).then(res => { |
|
|
|
}).then(res => { |
|
|
|
console.log(res, 'dsadasd') |
|
|
|
let audopbj = res.data; |
|
|
|
this.mg = res.data[0].merge; |
|
|
|
console.log(res.data[0].merge, 'res.data[0].merge') |
|
|
|
this.recordPath = audopbj[this.AudioIdx].recordPath; |
|
|
|
audopbj[this.AudioIdx].audioContent != "" |
|
|
|
? (this.transcriptionlist = JSON.parse( |
|
|
|