bug修复:用户管理导出bug

pull/98/head
猿小天 2023-05-27 22:19:58 +08:00
parent 976432c2c6
commit c38580682c
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ export function ResetPwd (obj) {
*/
export function exportData (params) {
return downloadFile({
url: urlPrefix + 'export/',
url: urlPrefix + 'export_data/',
params: params,
method: 'post'
method: 'get'
})
}