Commit cf2fdb71 authored by 高滢's avatar 高滢

使用

parent 9111b970
import request from '@/utils/request'
// 查看使用管理详情
export function useManagementDetail(id) {
return request({
url: '/manage/use/' + id,
method: 'get'
})
}
// 查询使用列表分页
export function listUseManagement(query) {
return request({
url: '/manage/useList',
method: 'get',
params: query
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment