修改提示

This commit is contained in:
daihh
2022-11-30 12:22:17 +08:00
parent 1e65228018
commit 7da58ac6db

View File

@@ -1433,7 +1433,9 @@ export default {
this.$message.error('获取审核HRBP失败:'+rs.message); this.$message.error('获取审核HRBP失败:'+rs.message);
} }
}).catch(err=>{ }).catch(err=>{
this.$message.error('获取审核HRBP失败:'+err); //this.$message.error('获取审核HRBP失败:'+err);
this.$message.error('获取审核HRBP失败请检查资源归属下是否有HRBP审核人员');
$this.btnLoading = false;
}) })
}, },