/// <summary>
 ///
 /// </summary>
 private void LoadOrgTree()
 {
     SetCustomJsonResult(OrganizationBusinessLogic.LoadTreeForUi(0));
 }
 /// <summary>
 /// 职位机构树
 /// </summary>
 private void LoadOrgTree()
 {
     SetCustomJsonResult(OrganizationBusinessLogic.LoadPostTreeForUi(BusinessContext.Current.LoginUser.DepartmentId));
 }