测试环境配置代理访问接口,修改用户导出格式为.xlsx

This commit is contained in:
dqjdda
2019-09-26 14:43:07 +08:00
parent 9232dbf59f
commit decdc5a94a
4 changed files with 31 additions and 11 deletions

View File

@@ -194,7 +194,7 @@ export default {
download() {
this.downloadLoading = true
downloadUser().then(result => {
downloadFile(result, '用户列表', 'xls')
downloadFile(result, '用户列表', 'xlsx')
this.downloadLoading = false
}).catch(() => {
this.downloadLoading = false