提交10.31
This commit is contained in:
@@ -9,4 +9,10 @@ export function getPersonInfo(id) {
|
||||
url: `personnel/personBaseInfo/${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
export function getPersonBase(id) {
|
||||
return get({
|
||||
url: `personnel/personBaseInfo/${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user