REVIEW 用户管理(导入用户)

This commit is contained in:
YunaiV
2023-04-01 00:04:28 +08:00
parent 0a69041602
commit cebe6f93db
5 changed files with 136 additions and 161 deletions

View File

@ -48,7 +48,7 @@ export const exportUser = (params) => {
}
// 下载用户导入模板
export const importUserTemplateApi = () => {
export const importUserTemplate = () => {
return request.download({ url: '/system/user/get-import-template' })
}