public ActionResult IndexAudit() { var list = rp.GetMyAuditRepairList(userid); ViewBag.loginid = userid.ToString(); return(View(list)); }