public ActionResult BatchRemoveForm(string authorizeIds) { authorizebll.BatchRemoveForm(authorizeIds); return(Success("移除成功。")); }