修复http url 白名单导入模板 下载黑屏
This commit is contained in:
@@ -42,7 +42,7 @@ $(function(){
|
||||
*/
|
||||
function switchService(){
|
||||
var functionId=$("#functionId").val();
|
||||
if(functionId==5 || functionId==6){//IP配置特殊处理 //URL配置特殊处理
|
||||
if(functionId==5){//IP配置特殊处理
|
||||
var cfgRegionCodeS=$("input[name='serviceDictId']:checked").attr("cfgRegionCodeS");
|
||||
var cfgRegionCode=cfgRegionCodeS.split(",")[0];
|
||||
$("input[name='regionDictIds'][cfgregioncoder!='"+cfgRegionCode+"']").prop("checked",false);
|
||||
|
||||
Reference in New Issue
Block a user