新增用户导入

This commit is contained in:
RuoYi
2019-12-11 18:12:00 +08:00
parent 8216d4e839
commit b508e6f202
8 changed files with 220 additions and 10 deletions

View File

@ -117,3 +117,11 @@ export function uploadAvatar(data) {
data: data
})
}
// 下载用户导入模板
export function importTemplate() {
return request({
url: '/system/user/importTemplate',
method: 'get'
})
}