ปรับทะเบียนประวัตื ข้อมูลส่วนตัว
This commit is contained in:
parent
7ba90f5708
commit
9cae42bc7d
13 changed files with 492 additions and 1187 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue