แก้ไข path profile Employee traning
This commit is contained in:
parent
6ba5764fbb
commit
a428f59d9d
1 changed files with 2 additions and 2 deletions
|
|
@ -1692,8 +1692,8 @@ export class DevelopmentController extends Controller {
|
|||
});
|
||||
} else if (x.type === "EMPLOYEE") {
|
||||
await new CallAPI()
|
||||
.PostData(request, "org/profile/training", {
|
||||
profileId: x.profileId,
|
||||
.PostData(request, "org/profile-employee/training", {
|
||||
profileEmployeeId: x.profileId,
|
||||
name: x.development == null ? null : x.development.projectName,
|
||||
topic: x.development == null ? null : x.development.topicAcademic,
|
||||
yearly: x.development == null ? null : x.development.year,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue