This commit is contained in:
BianLzhaoMin 2025-10-30 16:50:02 +08:00
parent ff5304db60
commit ed9a002698
1 changed files with 2 additions and 1 deletions

View File

@ -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,
}) })
} }
// 人员出场 修改人员接口 // 人员出场 修改人员接口