แก้ แสดง สังกัด

This commit is contained in:
setthawutttty 2025-03-20 16:58:30 +07:00
parent 708170a2e5
commit fcaf891197
17 changed files with 93 additions and 83 deletions

View file

@ -18,7 +18,7 @@ const {
showLoader,
hideLoader,
dialogConfirm,
findOrgChildName,
findOrgChildNameHtml,
} = mixin;
const route = useRoute();
const retireld_params = route.params.id;
@ -107,7 +107,7 @@ async function fecthProfile() {
e.posTypeName && e.posLevelName
? e.posTypeName + " (" + e.posLevelName + ")"
: "-",
organizationOrganization: findOrgChildName(e),
organizationOrganization: findOrgChildNameHtml(e),
}));
})
.catch((err) => {
@ -139,7 +139,7 @@ async function fecthProfile() {
e.posTypeName && e.posLevelName
? e.posTypeName + " (" + e.posLevelName + ")"
: "-",
organizationOrganization: findOrgChildName(e),
organizationOrganization: findOrgChildNameHtml(e),
}));
})
.catch((err) => {