แก้ไข path profile Employee traning

This commit is contained in:
AnandaTon 2024-05-21 16:50:51 +07:00
parent 6ba5764fbb
commit a428f59d9d

View file

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