This commit is contained in:
shijingjing
2022-04-27 13:10:01 +08:00
parent 57b748ac8d
commit d278e60f2c
2 changed files with 7 additions and 7 deletions

View File

@@ -63,9 +63,9 @@ export default {
return this.$u.toast('请选择风险消除方式')
}
}
if(!this.opinion) {
return this.$u.toast('请输入备注说明')
}
// if(!this.opinion) {
// return this.$u.toast('请输入备注说明')
// }
if(this.file.length > 0) {
var files = []
this.file.map(item => {

View File

@@ -48,7 +48,7 @@
</div>
</div>
<div class="item">
<div><span style="color: #FF4466;">*</span>备注说明</div>
<div><span style="display: inline-block;width: 6px;"></span>备注说明</div>
<div>
<u-input v-model="form.opinion" type="textarea" placeholder="请输入备注说明" height="200" :maxlength="500"></u-input>
</div>
@@ -111,9 +111,9 @@ export default {
})
},
submit() {
if (!this.form.opinion) {
return this.$u.toast('请输入备注说明')
}
// if (!this.form.opinion) {
// return this.$u.toast('请输入备注说明')
// }
if (this.form.pass == 1) { // 申请纳入
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{