From a33e28a9515b37bbb5ce27fe38f776ede039f4de Mon Sep 17 00:00:00 2001 From: duandongmei Date: Mon, 22 Oct 2018 14:26:12 +0800 Subject: [PATCH] =?UTF-8?q?URL=E5=AF=BC=E5=87=BA=E5=90=8CIP=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=A4=84=E7=90=86?= 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 20a756a19..25ef29240 100644 --- a/src/main/webapp/static/pages/scripts/importExcel.js +++ b/src/main/webapp/static/pages/scripts/importExcel.js @@ -22,7 +22,7 @@ $(function(){ */ function switchService(){ var functionId=$("#functionId").val(); - if(functionId==5){//IP配置特殊处理 + if(functionId==5 || functionId==6){//IP配置特殊处理 //URL配置特殊处理 var cfgRegionCodeS=$("input[name='serviceDictId']:checked").attr("cfgRegionCodeS"); var cfgRegionCode=cfgRegionCodeS.split(",")[0]; $("input[name='regionDictIds'][cfgregioncoder!='"+cfgRegionCode+"']").prop("checked",false);