1.操控配置去除Block Method 2.修改Block配置下发userRegion

This commit is contained in:
zhangwenqing
2019-05-27 18:17:40 +08:00
parent dd31466774
commit 84c10eac7d
8 changed files with 37 additions and 35 deletions

View File

@@ -247,7 +247,7 @@ function profileChange(val){
$("input[name='regionDictIds']:first").prop("checked",true);
}
if(val == 48 || val == 80 || val == 16){ // 重定向和替换动作无Profile属性
if(val == 48 || val == 80){ // 重定向和替换动作无Profile属性
$(".profileInfo").addClass("hidden");
}else{
$(".profileInfo").removeClass("hidden");