diff --git a/src/modules/05_placement/components/PersonalDetail/DialogCheckInformation.vue b/src/modules/05_placement/components/PersonalDetail/DialogCheckInformation.vue index aeb738b90..4ff2f1618 100644 --- a/src/modules/05_placement/components/PersonalDetail/DialogCheckInformation.vue +++ b/src/modules/05_placement/components/PersonalDetail/DialogCheckInformation.vue @@ -218,7 +218,11 @@ function onSubmit() { const data = ref(null); /** ดึงข้อมูลรายละเอียด */ async function amiRequest() { - // data.value = await store.amiRequest($q, 5000, idCard.value, "001"); + const profile = await store.amiRequest($q, 5000, idCard.value, "001"); + if (profile) { + data.value = profile; + } + data.value = { titleCode: 3, titleDesc: "นาย",