mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 13:42:52 +08:00
联调统计日志接口
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user