เปลี่ยนเส้น api

This commit is contained in:
Bright 2024-11-15 14:52:52 +07:00
parent af27539142
commit a56c55d0ac

View file

@ -7429,7 +7429,7 @@ export class ReportController extends Controller {
if (salary != null) {
await new CallAPI()
.PostData(request, "/org/profile/salary", {
.PostData(request, "/org/profile/salary/update", {
profileId: salary.profileId,
date: new Date(),
amount: v.amount,
@ -7495,7 +7495,7 @@ export class ReportController extends Controller {
});
if (salary != null) {
await new CallAPI()
.PostData(request, "/org/profile-employee/salary", {
.PostData(request, "/org/profile-employee/salary/update", {
profileEmployeeId: salary.profileId,
date: new Date(),
amount: v.amount,