防止不同页面冲突,加入判断
This commit is contained in:
@@ -367,6 +367,7 @@ $(function(){
|
|||||||
if(!regionCode){
|
if(!regionCode){
|
||||||
regionCode=$("input[name='action']").attr("regionCode");
|
regionCode=$("input[name='action']").attr("regionCode");
|
||||||
}
|
}
|
||||||
|
if(regionCode){
|
||||||
$("[id='cfgRegionCode']").each(function(){
|
$("[id='cfgRegionCode']").each(function(){
|
||||||
if($(this).attr("id")==("cfgRegionCode"+regionCode)){
|
if($(this).attr("id")==("cfgRegionCode"+regionCode)){
|
||||||
$(this).attr("name","cfgRegionCode");
|
$(this).attr("name","cfgRegionCode");
|
||||||
@@ -535,6 +536,8 @@ $(function(){
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
//选择hex cfgkeywords需校验十六进制
|
//选择hex cfgkeywords需校验十六进制
|
||||||
$("select[name$='isHexbin']").each(function(){
|
$("select[name$='isHexbin']").each(function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user