From c87a465200c111c81fb1a8fd2827a4e91ffea674 Mon Sep 17 00:00:00 2001 From: leijun Date: Wed, 27 Feb 2019 11:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhttp=20url=20=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E5=AF=BC=E5=85=A5=E6=A8=A1=E6=9D=BF=20?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=BB=91=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/pages/scripts/importExcel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/pages/scripts/importExcel.js b/src/main/webapp/static/pages/scripts/importExcel.js index 1a0cab3cb..da74dd4a1 100644 --- a/src/main/webapp/static/pages/scripts/importExcel.js +++ b/src/main/webapp/static/pages/scripts/importExcel.js @@ -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);