Merge branch 'feature/GFRS-717【0402】人力发展-活动量管理' of http://112.124.100.131/GFRS/ebiz-h5 into feature/GFRS-717【0402】人力发展-活动量管理

# Conflicts:
#	src/router/ebiz/manpower.js
This commit is contained in:
tian.guangyuan
2020-03-13 18:30:35 +08:00
11 changed files with 388 additions and 36 deletions

View File

@@ -9,3 +9,21 @@ export function getAgentPersonnelList(data) {
data
})
}
// 活动量统计周报
export function queryWeekly(data) {
return request({
url: getUrl('/agent/activityRecord/queryWeekly', 0),
method: 'post',
data
})
}
// 查询新增人才库
export function queryList(data) {
return request({
url: getUrl('/agent/personnel/saveOrUpdate', 0),
method: 'post',
data
})
}