|
|
@@ -356,11 +356,13 @@ export default {
|
|
|
subject: '请在规定时间内完成' + '内审检查表编制内容,以免影响后续进度'
|
|
|
}
|
|
|
this_.$common.sendMsg(msage).then(res => {
|
|
|
- this_.$message({
|
|
|
- duration: 3000,
|
|
|
- message: '已成功向未完成编制内审检查表的内审员发送催办信息',
|
|
|
- type: 'success'
|
|
|
- })
|
|
|
+ if (receiverId) {
|
|
|
+ this_.$message({
|
|
|
+ duration: 3000,
|
|
|
+ message: '已成功向未完成编制内审检查表的内审员发送催办信息',
|
|
|
+ type: 'success'
|
|
|
+ })
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
// 内审核查完成率仪表盘
|