diff --git a/src/apps/AppMonitoringObject/MonitorAddFamilyMember.vue b/src/apps/AppMonitoringObject/MonitorAddFamilyMember.vue index 95f72296..23baa5f7 100644 --- a/src/apps/AppMonitoringObject/MonitorAddFamilyMember.vue +++ b/src/apps/AppMonitoringObject/MonitorAddFamilyMember.vue @@ -295,6 +295,7 @@ export default { girdName: '', healthyStatus: '', birthday: '', + isHousehold: '', }, id: '', $areaId: '', @@ -382,6 +383,7 @@ export default { this.form.girdName = this.girdInfo.girdName this.form.householdIdNumber = this.householdIdNumber this.form.objectType = this.objectType + this.form.isHousehold = 1 this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', { ...this.form, id: this.id || ''