Commit c7fcffe7 authored by 13841799530's avatar 13841799530

验证表单

解润东
20211230
parent 20adfe02
...@@ -419,6 +419,7 @@ export default { ...@@ -419,6 +419,7 @@ export default {
message: '确定提交检查问题?', message: '确定提交检查问题?',
}).then(()=>{ }).then(()=>{
if(checkedList.length==0){this.$toast.fail('提交失败,请至少选择一个问题');return} if(checkedList.length==0){this.$toast.fail('提交失败,请至少选择一个问题');return}
if(this.value==''||this.resultImg==''||this.person==''){this.$toast.fail('提交失败,请完善信息!');return}
this.$toast.loading({ this.$toast.loading({
message:'提交中...', message:'提交中...',
forbidClick: true, forbidClick: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment