From b4d1ae21303cb96fdbc4c87b8ccdc995bff29818 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 29 Mar 2022 15:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=88=B7=E4=B8=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/MonitorAddFamilyMember.vue | 2 ++ 1 file changed, 2 insertions(+) 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 || ''