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 => {