public ActionResult RemoveForm(string keyValue) { areaBLL.RemoveForm(keyValue); return(Success("删除成功。")); }