mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 00:52:53 +08:00
【new】 完成人力发展-个人中心模块接口对接
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
import request from '@/assets/js/utils/request'
|
||||
import getUrl from '@/assets/js/utils/get-url'
|
||||
|
||||
// 个人中心 - 查询接口
|
||||
export function getPersonalInfo(data) {
|
||||
return request({
|
||||
url: getUrl('/agent/personal/getInfo', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 人才库列表查询接口
|
||||
export function getAgentPersonnelList(data = {}) {
|
||||
return request({
|
||||
@@ -43,15 +52,6 @@ export function queryWeekly(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询日志页面人才库列表
|
||||
export function queryListFirst(data) {
|
||||
return request({
|
||||
url: getUrl('/agent/personnel/queryListFirst', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 查询日志页面增员列表
|
||||
export function queryRecordList(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user