测试环境配置代理访问接口,修改用户导出格式为.xlsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user