mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 00:52:53 +08:00
[NEW]增加入司审批相关请求
This commit is contained in:
@@ -76,3 +76,12 @@ export function enterQuery(data) {
|
|||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//入司增员审批
|
||||||
|
export function agentAddApproval(data) {
|
||||||
|
return request({
|
||||||
|
url: getUrl('/agent/examineApprove/dispose', 1),
|
||||||
|
method: 'post',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user