Browse Source

修改bi问题

newStyle
风继续吹 1 year ago
parent
commit
427135df9b
2 changed files with 2 additions and 5 deletions
  1. +0
    -5
      src/views/Receive/index.vue
  2. +2
    -0
      src/views/admin/user/index.vue

+ 0
- 5
src/views/Receive/index.vue View File

@@ -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,
});


+ 2
- 0
src/views/admin/user/index.vue View File

@@ -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);


Loading…
Cancel
Save