29343
This commit is contained in:
@@ -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 => {
|
||||
|
||||
@@ -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,{
|
||||
|
||||
Reference in New Issue
Block a user