导出
This commit is contained in:
parent
ff931597fd
commit
c01a5a4fd0
@ -169,7 +169,8 @@ export function userImport(data) {
|
||||
export function userExport() {
|
||||
return http.request({
|
||||
url: '/user/export',
|
||||
method: 'GET'
|
||||
method: 'GET',
|
||||
responseType: 'blob'
|
||||
},{
|
||||
isTransformResponse: false,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user