diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index fbc9634a..0e04c2a8 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -1,280 +1,287 @@ @@ -288,6 +295,7 @@ export default { {name: '情况描述'}, {name: '等待审核'}, ], + current: 0, form: { name: '', objectType: '', @@ -318,7 +326,7 @@ export default { isHousehold: '' }, $areaId: '', - isEdit: false, + isEdit: true, id: '', girdInfo: {}, } @@ -357,7 +365,7 @@ export default { } }, - submit() { + nextStep() { const rules = this.rules() for (let v of Object.keys(rules)) { @@ -382,6 +390,11 @@ export default { this.form.householdIdNumber = this.form.idNumber this.form.householdRelation = '01' this.form.isHousehold = 1 + this.current = 1 + }, + + submit() { + this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', { ...this.form, id: this.isEdit ? this.id : '' @@ -518,7 +531,7 @@ export default { } .check-item{ display: inline-block; - width: 160px; + width: 140px; height: 64px; line-height: 64px; text-align: center; @@ -572,11 +585,11 @@ export default { } } - &:last-child { - .form-item__wrapper { - border: none; - } - } + // &:last-child { + // .form-item__wrapper { + // border: none; + // } + // } } }