[NEW]增加入司审批相关请求

This commit is contained in:
yuweiqi
2020-02-10 17:12:34 +08:00
parent c51d6d7695
commit 95c66caded

View File

@@ -76,3 +76,12 @@ export function enterQuery(data) {
data
})
}
//入司增员审批
export function agentAddApproval(data) {
return request({
url: getUrl('/agent/examineApprove/dispose', 1),
method: 'post',
data
})
}