取消地区
This commit is contained in:
@@ -291,7 +291,7 @@
|
||||
<div class="remark">
|
||||
<p><span style="color: #FF4466;">*</span>备注说明</p>
|
||||
<div>
|
||||
<u-input v-model="form.detail" type="textarea" height="150" :maxlength='500' clearable />
|
||||
<u-input v-model="form.detail" type="textarea" height="150" placeholder="请输入备注说明" :maxlength='500' clearable />
|
||||
</div>
|
||||
</div>
|
||||
<div style="height: 8px; width: 100%;background: #f3f4f5;"></div>
|
||||
@@ -429,17 +429,26 @@ export default {
|
||||
if(this.form.files.length) {
|
||||
this.form.photo = this.form.files[0].url
|
||||
}
|
||||
|
||||
if(this.photo.length) {
|
||||
this.form.photo = this.photo[0].accessUrl
|
||||
}
|
||||
|
||||
this.form.girdId = this.girdInfo.girdId
|
||||
this.form.girdName = this.girdInfo.girdName
|
||||
this.form.householdIdNumber = this.form.idNumber
|
||||
this.form.householdRelation = '01'
|
||||
this.form.isHousehold = 1
|
||||
this.form.photo = this.photo[0].accessUrl
|
||||
this.current = 1
|
||||
},
|
||||
|
||||
submit() {
|
||||
if(!this.form.riskType) {
|
||||
return this.$u.toast('请选择风险因素')
|
||||
}
|
||||
|
||||
if(!this.form.detail) {
|
||||
return this.$u.toast('请输入备注说明')
|
||||
}
|
||||
|
||||
this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', {
|
||||
...this.form,
|
||||
|
||||
Reference in New Issue
Block a user