diff --git a/src/utils/utils.js b/src/utils/utils.js index f11066a1..77f98431 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -38,6 +38,9 @@ export function checkPer(per,createId) { if (store?.state?.userInfo?.roleList.some(t => t.code === "system-admin")) { return true; } + if (store?.state?.userInfo?.isHrbp) { + return true; + } if (!per) { return false; }