เปลี่ยน id เป็น id card
This commit is contained in:
parent
19bf90fee5
commit
64f60eead9
4 changed files with 19 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue