VueWebCoreApi/Controllers/GeneralBasicDataController.cs
@@ -15,7 +15,7 @@ { //定义全局信息返回变量 ToMessage mes = new ToMessage(); RedisHelper redis = new RedisHelper(); RedisCommon redis = new RedisCommon(); #region[组织架构基础资料] /// <summary> @@ -31,6 +31,20 @@ } #endregion #region[组织架构基础资料(无公司)] /// <summary> /// 组织架构基础资料(无公司) /// </summary> /// <returns></returns> [Route(template: "PrentOrganizationNoCompany")] [HttpGet] public JsonResult PrentOrganizationNoCompany() { mes = GeneralBasicDataBLL.PrentOrganizationNoCompany(); return Json(mes); } #endregion #region[岗位基础资料] /// <summary> /// 岗位基础资料