public ActionResult Save(VmRoleAddorEdit vm) { _roleService.AddorUpdate(vm.MapTo <RoleDto>()); return(AjaxOkResponse("保存成功!")); }