diff --git a/src/modules/01_exam/components/Form/Profile/Information.vue b/src/modules/01_exam/components/Form/Profile/Information.vue index 071045b..4326a22 100644 --- a/src/modules/01_exam/components/Form/Profile/Information.vue +++ b/src/modules/01_exam/components/Form/Profile/Information.vue @@ -404,11 +404,16 @@ const props = defineProps({ const emit = defineEmits(['update:statusEdit']) -onMounted(() => { +onMounted(async () => { // fetchProvince() - fetchprefix() - fetchrelationship() + await fetchData() + await fetchprefix() + await fetchrelationship() }) +const fetchData = () => { + prefix.value = 'e4e6a4f8-39c6-467f-bd84-7650d105fc4c' + relationship.value = '02fbc0e3-1da0-45b5-90da-783d344b5896' +} const saveData = async () => { if (store.consend == true) {