เปลี่ยน id เป็น id card

This commit is contained in:
setthawutttty 2025-02-18 11:38:13 +07:00
parent 19bf90fee5
commit 64f60eead9
4 changed files with 19 additions and 8 deletions

View file

@ -364,6 +364,7 @@ async function fetchDataPersonal() {
.get(config.API.registryNewByProfileId(profileId.value, empType.value))
.then(async (res) => {
formDetail.value = await res.data.result;
storeRegistry.citizenId = res.data.result.citizenId;
storeRegistry.isLeave = res.data.result.isLeave;
if (res.data.result.leaveReason) {