摘要:
//菜单树 public async Task<CommonResponse> GetPermissions() { var result = new CommonResponse(); var permissionsList = await _repository.QueryAsync<Permi 阅读全文
摘要:
public async Task<CommonResponse> GetOrganizations() { //throw new NotImplementedException(); var result = new CommonResponse(); var rootNode = new JA 阅读全文
摘要:
https://www.cnblogs.com/zhangchaoran/p/12010123.html 阅读全文
摘要:
public void GetPermission(List<PermissionEntity> permissions, int index, string pid, JArray root) { PermissionEntity entity = null; if (index >= permi 阅读全文