列表加入日期搜索与导出功能
This commit is contained in:
@@ -6,3 +6,12 @@ export function del(key) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function downloadOnline(params) {
|
||||
return request({
|
||||
url: 'auth/online/download',
|
||||
method: 'get',
|
||||
params,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user