no message
This commit is contained in:
parent
c3cecbc763
commit
aa23879b82
1 changed files with 2 additions and 2 deletions
|
|
@ -2991,8 +2991,8 @@ export class ProfileEmployeeController extends Controller {
|
|||
});
|
||||
if (profile != null) {
|
||||
await new CallAPI()
|
||||
.PostData(request, "org/profile/salary", {
|
||||
profileId: profile.id,
|
||||
.PostData(request, "org/profile-employee/salary", {
|
||||
profileEmployeeId: profile.id,
|
||||
date: new Date(),
|
||||
amount: v.amount,
|
||||
positionSalaryAmount: v.positionSalaryAmount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue