【new】 完成人力发展-个人中心模块接口对接

This commit is contained in:
tian.guangyuan
2020-03-17 13:20:38 +08:00
parent 22927aed46
commit 5b4e332392
7 changed files with 112 additions and 54 deletions

View File

@@ -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({