联调统计日志接口

This commit is contained in:
史旭文
2020-03-13 18:56:44 +08:00
parent a9f74d2ad8
commit 4204110102
3 changed files with 25 additions and 9 deletions

View File

@@ -19,10 +19,10 @@ export function queryWeekly(data) {
})
}
// 查询新增人才库
export function queryList(data) {
// 查询日志页面人才库列表
export function queryListFirst(data) {
return request({
url: getUrl('/agent/personnel/saveOrUpdate', 0),
url: getUrl('/agent/personnel/queryListFirst', 0),
method: 'post',
data
})