特权查询
This commit is contained in:
@@ -30,3 +30,11 @@ export function deleteLbPurchaseApply(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function needPrivilegeRecommenders(params) {
|
||||
return request({
|
||||
url: '/lbPurchaseApply/needPrivilegeRecommenders',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user