Parcourir la source

提交

newStyle
douzhuo il y a 2 ans
Parent
révision
417eaec170
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/views/Receive/index.vue

+ 2
- 0
src/views/Receive/index.vue Voir le fichier

@@ -1842,6 +1842,8 @@ export default {
//下载
download() {
console.log(this.recordPath);
saveAs(`http://81.70.55.170:9999/autoSR/zk/file/filedownload?videoSrc=${this.recordPath}`, "audio.mp3");
return
this.exportMethodPost("/autoSR/zk/file/filedownload", "接待详情", {
videoSrc: this.recordPath,
});


Chargement…
Annuler
Enregistrer