no message

This commit is contained in:
Kittapath 2024-06-18 12:31:49 +07:00
parent c3cecbc763
commit aa23879b82

View file

@ -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,