修改添加用户对话框

This commit is contained in:
yubao
2017-09-01 00:47:44 +08:00
parent 2f2aedc432
commit d19eee3c36
15 changed files with 395 additions and 411 deletions

View File

@@ -4,7 +4,6 @@ using OpenAuth.Domain;
using OpenAuth.Mvc.Models;
using System;
using System.Web.Mvc;
using OpenAuth.App.SSO;
namespace OpenAuth.Mvc.Controllers
{
@@ -26,11 +25,6 @@ namespace OpenAuth.Mvc.Controllers
return View();
}
public string LoadOrg()
{
return JsonHelper.Instance.Serialize(AuthUtil.GetCurrentUser().Orgs);
}
public string LoadForUser(Guid firstId)
{
var orgs = OrgApp.LoadForUser(firstId);