//离职人员信息文件 public JsonResult getResignationInfo() { object rsid = _service.getResignationInfo(); return(Json(rsid, JsonRequestBehavior.AllowGet)); }