diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index a10e3b1..ab0def1 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -2588,11 +2588,6 @@ export default { //下载 download() { console.log(this.recordPath); - saveAs( - `http://39.97.244.65:9999/autoSR/zk/file/filedownload?videoSrc=${this.recordPath}`, - "audio.mp3" - ); - return; this.exportMethodPost("/autoSR/zk/file/filedownload", "接待详情", { videoSrc: this.recordPath, }); diff --git a/src/views/admin/user/index.vue b/src/views/admin/user/index.vue index 36ed6d9..e74bd29 100644 --- a/src/views/admin/user/index.vue +++ b/src/views/admin/user/index.vue @@ -2390,6 +2390,8 @@ export default { this.formTwo.newRoleId = row.roleId; if (row.deptId) { this.formTwo.deptId = row.deptId.split(",") || []; + } else { + this.formTwo.deptId = [] } this.formTwo.userRoleType = row.userRoleType + ""; console.log(this.formTwo);