Пример #1
0
 public ActionResult Create(ModelWorkFlowCreate model)
 {
     try
     {
         model.Save();
         return Content(WebTools.ScriptCloseDialog(DialogOption.GetDefaultInstance()));
     }
     catch
     {
         Error = "操作失败";
         ViewBag.PageState = PageState;
         return View(model);
     }
 }