no message

This commit is contained in:
kittapath 2024-12-26 23:05:35 +07:00
parent cc254227f8
commit 4e59f47676

View file

@ -2788,10 +2788,7 @@ export class DevelopmentController extends Controller {
}); });
} else if (item["ประเภท"] == "ลูกจ้างประจำ") { } else if (item["ประเภท"] == "ลูกจ้างประจำ") {
await new CallAPI() await new CallAPI()
.GetData( .GetData(request, `/org/unauthorize/employee/citizen/${item["รหัสประจำตัวประชาชน"]}`)
request,
`/org/unauthorize/employee-prem/citizen/${item["รหัสประจำตัวประชาชน"]}`,
)
.then(async (x: any) => { .then(async (x: any) => {
development = Object.assign(development, x); development = Object.assign(development, x);
development.dateStart = development.dateStart =