Object List批量删除增加提示信息
This commit is contained in:
@@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ModelAttribute;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMethod;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
import org.springframework.web.servlet.mvc.support.RedirectAttributes;
|
||||
|
||||
@@ -135,6 +136,13 @@ public class DomainCommGroupController extends BaseController{
|
||||
return "redirect:" + adminPath +"/basics/domain/list?functionId="+functionId;
|
||||
}
|
||||
|
||||
// 批量删除前获取提示信息
|
||||
@ResponseBody
|
||||
@RequestMapping(value="ajaxCheckIsLastOneCfgBatch",method=RequestMethod.POST)
|
||||
public List<Integer> ajaxCheckIsLastOneCfgBatch(Model model, DomainCommCfg searchCfg){
|
||||
return domainCommGroupService.ajaxCheckIsLastOneCfgBatch(searchCfg);
|
||||
}
|
||||
|
||||
// 数据导入
|
||||
@RequestMapping(value = "import", method=RequestMethod.POST)
|
||||
public String importIp(HttpServletRequest request,HttpServletResponse response,RedirectAttributes redirectAttributes,
|
||||
|
||||
Reference in New Issue
Block a user