1. 完成通知模块的迁移
2. 实现 excel 导出的基础功能
This commit is contained in:
@@ -49,7 +49,8 @@ export function exportUser(query) {
|
||||
return request({
|
||||
url: '/system/user/export',
|
||||
method: 'get',
|
||||
params: query
|
||||
params: query,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user