是否户主

This commit is contained in:
liuye
2022-03-29 15:41:39 +08:00
parent aab8ccb21c
commit b4d1ae2130

View File

@@ -295,6 +295,7 @@ export default {
girdName: '', girdName: '',
healthyStatus: '', healthyStatus: '',
birthday: '', birthday: '',
isHousehold: '',
}, },
id: '', id: '',
$areaId: '', $areaId: '',
@@ -382,6 +383,7 @@ export default {
this.form.girdName = this.girdInfo.girdName this.form.girdName = this.girdInfo.girdName
this.form.householdIdNumber = this.householdIdNumber this.form.householdIdNumber = this.householdIdNumber
this.form.objectType = this.objectType this.form.objectType = this.objectType
this.form.isHousehold = 1
this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', { this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', {
...this.form, ...this.form,
id: this.id || '' id: this.id || ''