提交
This commit is contained in:
24
packageRc/api/personinfo/index.js
Normal file
24
packageRc/api/personinfo/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
import { post, get } from '../../utils/request.js'
|
||||
|
||||
// 登录方法
|
||||
export function personInfoList(data) {
|
||||
return get({
|
||||
url: 'personnel/personBaseInfo/list',
|
||||
params: data,
|
||||
})
|
||||
}
|
||||
// 需求预警列表
|
||||
export function personAlertList(params) {
|
||||
return get({
|
||||
url: 'manage/personDemand/warningList',
|
||||
|
||||
params
|
||||
})
|
||||
}
|
||||
//经办人数据获取
|
||||
export function getJbrInfo() {
|
||||
return get({
|
||||
url: `system/center/user/selectHxjbr`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user