角色机构权限bug: https://github.com/elunez/eladmin/issues/801
This commit is contained in:
parent
10280b91e3
commit
047b8329d5
@ -64,7 +64,7 @@ public class DataServiceImpl implements DataService {
|
|||||||
deptIds.addAll(getCustomize(deptIds, role));
|
deptIds.addAll(getCustomize(deptIds, role));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return new ArrayList<>(deptIds);
|
return new ArrayList<>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new ArrayList<>(deptIds);
|
return new ArrayList<>(deptIds);
|
||||||
|
Loading…
Reference in New Issue
Block a user