Commit 1ad91c93 by xiaotong

放开“分行经办”和“分行经办(国内)”角色的待办列表查询条件

parent 993f883d
......@@ -102,7 +102,8 @@ export function isPubJinB(){
let role=JSON.parse(window.sessionStorage.curRole)
let roleId=role.id+"";
let parentRoleId=role.parentRoleId+"";
if (roleId==="10265" || parentRoleId==="10265" ){
console.log("aaaaaa",window.sessionStorage.curRole,"bbbbbbb",role,"ccccccccccc",roleId,"ddddddddd",parentRoleId);
if (roleId==="10265" || roleId==="1502" || roleId==="10231" || parentRoleId==="10265" ){
return true;
}
return false;
......
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