This commit is contained in:
qsh
2024-07-19 11:36:14 +08:00
parent 72a049b7b8
commit ab2da33ebc
2 changed files with 9 additions and 3 deletions

View File

@@ -27,7 +27,10 @@ export const getSalarySimpleList = (params) => {
// 详情
export const getSalaryDetail = (id) => {
return request.get({ url: '/admin-api/oa/user-salary/get', params: { id } })
return request.get({
url: '/admin-api/oa/user-salary/getByEmployeeId',
params: { employeeId: id }
})
}
// 删除