mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 23:42:52 +08:00
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:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user