是否户主
This commit is contained in:
@@ -296,6 +296,7 @@ export default {
|
||||
healthyStatus: '',
|
||||
age: '',
|
||||
birthday: '',
|
||||
isHousehold: ''
|
||||
},
|
||||
$areaId: '',
|
||||
isEdit: false,
|
||||
@@ -361,6 +362,7 @@ export default {
|
||||
this.form.girdName = this.girdInfo.girdName
|
||||
this.form.householdIdNumber = this.form.idNumber
|
||||
this.form.householdRelation = '01'
|
||||
this.form.isHousehold = 1
|
||||
this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', {
|
||||
...this.form,
|
||||
id: this.isEdit ? this.id : ''
|
||||
|
||||
@@ -383,7 +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.form.isHousehold = 0
|
||||
this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', {
|
||||
...this.form,
|
||||
id: this.id || ''
|
||||
|
||||
Reference in New Issue
Block a user