修改区域详情查看bug,区域信息查看修改为click事件

tagINput增加非空校验
This commit is contained in:
duandongmei
2018-06-05 20:35:37 +08:00
parent f18dc424ac
commit f00797071a
11 changed files with 147 additions and 101 deletions

View File

@@ -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>();