zhengkaixin %!s(int64=3) %!d(string=hai) anos
pai
achega
d08c2d7556
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/projects/business/views/Master/Family/Add.vue

+ 3 - 1
src/projects/business/views/Master/Family/Add.vue

@@ -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 => {
 					this.isLoading = false;
 					mui.toast(error);