ปรับทะเบียนประวัตื ข้อมูลส่วนตัว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-11 17:43:20 +07:00
parent 7ba90f5708
commit 9cae42bc7d
13 changed files with 492 additions and 1187 deletions

View file

@ -2,7 +2,6 @@
import { onBeforeMount, onMounted, ref } from "vue";
import { useRoute, useRouter } from "vue-router";
import { useRegistryNewDataStore } from "@/modules/04_registryPerson/store";
import TabInformation from "@/modules/04_registryPerson/components/requestEdit/01_TabInformation.vue";
@ -18,9 +17,8 @@ const isEmployee = ref<boolean>(
);
onBeforeMount(async () => {
isIDP.value = await (route.name?.toString() == "registryNewRequestEditEMP"
? false
: true);
isIDP.value =
route.name?.toString() == "registryNewRequestEditEMP" ? false : true;
});
onMounted(() => {