diff --git a/src/modules/04_registry/components/Education.vue b/src/modules/04_registry/components/Education.vue index fef013fe2..2044a6325 100644 --- a/src/modules/04_registry/components/Education.vue +++ b/src/modules/04_registry/components/Education.vue @@ -369,11 +369,19 @@ > +
+ {{ isEducation }} ({ levelOptions: [], positionPathOptions: [], }); -const isEducation = ref(); +const isEducation = ref(); const institute = ref(); const degree = ref(); const field = ref(); @@ -1443,7 +1452,7 @@ const addData = () => { modal.value = true; edit.value = true; levelId.value = ""; - isEducation.value = false; + isEducation.value = null; institute.value = ""; degree.value = ""; field.value = "";