Commit c0a17b4d authored by 13841799530's avatar 13841799530

提示信息修改

解润东
20220104
parent dc47e7bc
Pipeline #7721 passed with stage
in 11 seconds
...@@ -285,7 +285,7 @@ export default { ...@@ -285,7 +285,7 @@ export default {
} }
this.$dialog.confirm({ this.$dialog.confirm({
title: '提示', title: '提示',
message: '定提交检查问题', message: '认签收整改通知单',
}).then(()=>{ }).then(()=>{
this.$toast.loading({ this.$toast.loading({
message:'提交中...', message:'提交中...',
......
...@@ -422,7 +422,7 @@ export default { ...@@ -422,7 +422,7 @@ export default {
} }
this.$dialog.confirm({ this.$dialog.confirm({
title: '提示', title: '提示',
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} if(this.value==''||this.resultImg==''||this.person==''){this.$toast.fail('提交失败,请完善信息!');return}
......
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