用户列表新增导出功能
This commit is contained in:
@@ -71,7 +71,16 @@ const API = {
|
||||
method: "get",
|
||||
params
|
||||
});
|
||||
}
|
||||
},
|
||||
// 导出
|
||||
export(params: any) {
|
||||
return request({
|
||||
url: `${baseURL}/export`,
|
||||
method: "get",
|
||||
params,
|
||||
responseType: 'blob'
|
||||
});
|
||||
},
|
||||
}
|
||||
export default API;
|
||||
export interface getRequest {
|
||||
|
||||
Reference in New Issue
Block a user