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) {
|
if (profile != null) {
|
||||||
await new CallAPI()
|
await new CallAPI()
|
||||||
.PostData(request, "org/profile/salary", {
|
.PostData(request, "org/profile-employee/salary", {
|
||||||
profileId: profile.id,
|
profileEmployeeId: profile.id,
|
||||||
date: new Date(),
|
date: new Date(),
|
||||||
amount: v.amount,
|
amount: v.amount,
|
||||||
positionSalaryAmount: v.positionSalaryAmount,
|
positionSalaryAmount: v.positionSalaryAmount,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue