|
@@ -312,7 +312,8 @@ export default {
|
|
|
company:this.company,
|
|
|
userName:this.nameValue,
|
|
|
roleCode:this.position,
|
|
|
- mediaType:this.mediaType
|
|
|
+ mediaType:this.mediaType,
|
|
|
+ department:this.department
|
|
|
}).then(res => {
|
|
|
let blob = new Blob([res], {
|
|
|
type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
|