修改
This commit is contained in:
parent
d9ee9e3df0
commit
e2286451ea
@ -892,11 +892,11 @@ export default {
|
|||||||
async playback(row) {
|
async playback(row) {
|
||||||
console.log(row,'row')
|
console.log(row,'row')
|
||||||
this.patientName=row.patientName
|
this.patientName=row.patientName
|
||||||
await this.$confirm("是否确认回放?", "提示", {
|
// await this.$confirm("是否确认回放?", "提示", {
|
||||||
confirmButtonText: "确认",
|
// confirmButtonText: "确认",
|
||||||
cancelButtonText: "取消",
|
// cancelButtonText: "取消",
|
||||||
type: "warning",
|
// type: "warning",
|
||||||
}).then(() => {
|
// }).then(() => {
|
||||||
getPhoneDialVideo(row.manageRouteNodeId).then((res) => {
|
getPhoneDialVideo(row.manageRouteNodeId).then((res) => {
|
||||||
console.log(res, "res");
|
console.log(res, "res");
|
||||||
this.audioshow = true;
|
this.audioshow = true;
|
||||||
@ -905,7 +905,7 @@ export default {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$refs.audioPlayer.load(); // 重新加载音频,以确保每次播放都是新的音频文件
|
this.$refs.audioPlayer.load(); // 重新加载音频,以确保每次播放都是新的音频文件
|
||||||
// this.$refs.audioPlayer.play();
|
// this.$refs.audioPlayer.play();
|
||||||
}, 1000);
|
// }, 1000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user