浏览代码

fix 修改

tjf 3 年之前
父节点
当前提交
30e8243f38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      boman-web-core/src/main/java/com/boman/web/core/controller/GridInfoController.java

+ 1 - 1
boman-web-core/src/main/java/com/boman/web/core/controller/GridInfoController.java

@@ -94,6 +94,6 @@ public class GridInfoController extends BaseController
             gridInfo.setType("1");
         }
         AjaxResult ajaxResult = gridInfoService.treeSelect(gridInfo);
-        return AjaxResult.success(ajaxResult);
+        return ajaxResult;
     }
 }