This commit is contained in:
qsh
2024-08-14 11:19:41 +08:00
parent a2adf2ce20
commit a97f5bf79e
3 changed files with 20 additions and 2 deletions

View File

@@ -49,3 +49,8 @@ export const getLinkHistorySalary = async () => {
url: '/admin-api/oa/user-salary-grant/get-import-template/history'
})
}
// 查询提成明细
export const getCommissionDetail = async (params) => {
return await request.get({ url: '/admin-api/oa/user-salary-grant/detail', params })
}