commit
This commit is contained in:
@@ -299,7 +299,7 @@ public class SysUnitController {
|
|||||||
)
|
)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
List<Tree<String>> treeList = TreeUtil.build(nodeList, StrUtil.blankToDefault(pid, "J"));
|
List<Tree<String>> treeList = TreeUtil.build(nodeList, StrUtil.blankToDefault(pid, "0"));
|
||||||
return Result.success(treeList);
|
return Result.success(treeList);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
return Result.error();
|
return Result.error();
|
||||||
|
|||||||
@@ -82,7 +82,6 @@ layout("/layouts/platform.html"){
|
|||||||
:expand-on-click-node="false"
|
:expand-on-click-node="false"
|
||||||
:props="{ children: 'children', label: 'name' }"
|
:props="{ children: 'children', label: 'name' }"
|
||||||
node-key="id"
|
node-key="id"
|
||||||
default-expand-all
|
|
||||||
@node-click="treeNodeClick"
|
@node-click="treeNodeClick"
|
||||||
:filter-node-method="filterNode"
|
:filter-node-method="filterNode"
|
||||||
highlight-current
|
highlight-current
|
||||||
|
|||||||
Reference in New Issue
Block a user