Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/SmFunctionController.java
@@ -47,6 +47,16 @@ } /** * 获取当前用户的所有按钮 * @param treeQueryObject 树查询对象 * @return */ @GetMapping("/getAllButtons") public BaseResult getAllButtons(TreeQueryObject treeQueryObject){ return BaseResult.dataList(functionQueryService.buttons(treeQueryObject)); } /** * 获取当前用户的菜单 * @param treeQueryObject 树查询对象 * @return 树节点,出现错误会在异常处理器中统一返回Json