Example #1
0
 public ActionResult DelDataItem(string keyValue)
 {
     bll.RemoveStandardDataForm(keyValue);
     return(Success("删除成功"));
 }