เปลี่ยนเส้น api
This commit is contained in:
parent
af27539142
commit
a56c55d0ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue