This commit is contained in:
parent
ff5304db60
commit
ed9a002698
|
|
@ -57,8 +57,9 @@ export const deleteEntryPersonAPI = (data) => {
|
||||||
// 人员出场 获取人员详情接口
|
// 人员出场 获取人员详情接口
|
||||||
export const getEntryPersonDetailAPI = (data) => {
|
export const getEntryPersonDetailAPI = (data) => {
|
||||||
return request({
|
return request({
|
||||||
url: `/bmw/worker/select/${data.id}`,
|
url: `/bmw/worker/select`,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 人员出场 修改人员接口
|
// 人员出场 修改人员接口
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue