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;
     }
 }