LR-20210131IOQH\Administrator
2021-06-10 56e5ef90ee97e296014b4faf6863315ad0c2ace4
zhengcaioa/zhengcaioa/Controllers/ProjectController.cs
@@ -242,7 +242,7 @@
            ViewBag.ShengDropDown = _projectService.Getsheng().Select(x => new { code = x.CodeId, label = x.Name }).ToList();
            ViewBag.Creater = _userService.GetList().Select(x => new { code = x.Id, label = x.UserName }).ToList();
            ViewBag.flbx = _liaotianService.GetSYScode("system", "shifou").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList();
            return View();
        }