提交
This commit is contained in:
12
packageRc/api/company/index.js
Normal file
12
packageRc/api/company/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// 获取人员基本信息详情
|
||||
|
||||
|
||||
|
||||
import { post, get } from '../../utils/request.js'
|
||||
|
||||
export function getPersonInfo(id) {
|
||||
return get({
|
||||
url: `personnel/personBaseInfo/${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user