修改区域详情查看bug,区域信息查看修改为click事件
tagINput增加非空校验
This commit is contained in:
@@ -397,13 +397,12 @@ public class AvContentController extends BaseController {
|
||||
return "redirect:" + adminPath +"/ntc/av/picUrlList?functionId="+functionId;
|
||||
}
|
||||
/*****************************picUrl业务***************/
|
||||
|
||||
/**
|
||||
* 1、effectiveIds分组展示
|
||||
* 2、无effectiveIds查询area_ip,根据compileId查询展示
|
||||
*/
|
||||
@ResponseBody
|
||||
@RequestMapping(value = "/ajaxAreaEffictiveInfo")
|
||||
@RequestMapping(value = "/area/ajaxAreaEffictiveInfo")
|
||||
public Map ajaxAreaEffictiveInfo(String areaEffectiveIds,Integer compileId) {
|
||||
Map<String, Object> data=new HashMap<String, Object>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user