添加活动量管理页面也功能

This commit is contained in:
史旭文
2020-03-13 18:16:29 +08:00
parent 712e3aee08
commit a9f74d2ad8
11 changed files with 389 additions and 34 deletions

View File

@@ -9,3 +9,21 @@ export function demo(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
})
}