LR-20210131IOQH\Administrator
2021-06-27 3262eb334953a1b208aa4a50584442a3804912d9
zhengcaioa/zhengcaioa/Controllers/ProjectController.cs
@@ -243,6 +243,7 @@
            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();
            ViewBag.ShiFouyReasonname = _liaotianService.GetSYScode("Project", "ShiFouyReasonname").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList();
            return View();
        }