no message
This commit is contained in:
parent
cc254227f8
commit
4e59f47676
1 changed files with 1 additions and 4 deletions
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue