|
|
@@ -173,8 +173,8 @@
|
|
|
function setGlobDept(deptId: string) {
|
|
|
mineStore.setDepartById(deptId);
|
|
|
appStore.setSimpleMapParams({
|
|
|
- deptId: mineStore.getDepartId,
|
|
|
- isLeaf: mineStore.getDepart?.isLeaf,
|
|
|
+ deptId: mineStore.getDepartId || mineStore.getRootId,
|
|
|
+ isLeaf: mineStore.getDepart?.isLeaf || mineStore.getRoot?.isLeaf,
|
|
|
});
|
|
|
}
|
|
|
|
|
|
@@ -216,6 +216,7 @@
|
|
|
align-items: center;
|
|
|
position: relative;
|
|
|
z-index: @layout-basic-z-index;
|
|
|
+ pointer-events: all;
|
|
|
|
|
|
.headerIntroductionClass {
|
|
|
margin-right: 4px;
|