1. 完成通知模块的迁移

2. 实现 excel 导出的基础功能
This commit is contained in:
YunaiV
2021-01-13 21:49:32 +08:00
parent 6a36fe65b2
commit 02ff516f0f
13 changed files with 47 additions and 100 deletions

View File

@ -49,7 +49,8 @@ export function exportUser(query) {
return request({
url: '/system/user/export',
method: 'get',
params: query
params: query,
responseType: 'blob'
})
}