家庭收支
This commit is contained in:
@@ -281,27 +281,28 @@ export default {
|
||||
return {
|
||||
form: {
|
||||
objectType: '',
|
||||
dilapidatedHousehold: '',
|
||||
drinkingWaterSafety: '',
|
||||
dilapidatedHousehold: '02',
|
||||
drinkingWaterSafety: '02',
|
||||
move: '02',
|
||||
houseArea: '',
|
||||
trunkRoadDistance: '',
|
||||
houseRoadType: '',
|
||||
fuelType:'',
|
||||
houseDamage: '',
|
||||
drinkingWaterDamage: '',
|
||||
toilet: '',
|
||||
electric: '',
|
||||
television: '',
|
||||
houseDamage: '02',
|
||||
drinkingWaterDamage: '02',
|
||||
toilet: '02',
|
||||
electric: '02',
|
||||
television: '02',
|
||||
cultivatedLandArea: '', // 耕地面积
|
||||
orchardArea: '',
|
||||
woodlandArea: '',
|
||||
grainForGreenArea: '',
|
||||
grazingGrasslandArea: '',
|
||||
longtouqiye: '',
|
||||
produceElectric: '',
|
||||
nongheshe: '',
|
||||
cyzfdtr: '',
|
||||
watersArea: '',
|
||||
longtouqiye: '02',
|
||||
produceElectric: '02',
|
||||
nongheshe: '02',
|
||||
cyzfdtr: '02',
|
||||
},
|
||||
id: '',
|
||||
girdId: '',
|
||||
@@ -341,6 +342,7 @@ export default {
|
||||
},
|
||||
|
||||
submit() {
|
||||
|
||||
this.form.girdId = this.girdId
|
||||
this.form.girdName = this.girdName
|
||||
this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', {
|
||||
|
||||
Reference in New Issue
Block a user