@@ -138,8 +138,10 @@
this.isLoading = true;
API_Family.getPersonInfo(this.subForm.id).then(response => {
this.isLoading = false;
-
+
this.subForm = response;
+ this.subForm.structureName = this.person_popedom.structureName;
}).catch(error => {
mui.toast(error);