From fc339cae7ea5a171bab71444b8b7c2d852da6151 Mon Sep 17 00:00:00 2001 From: wangxin Date: Wed, 19 Jun 2019 16:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E8=A1=A8=E5=8D=95=E5=BD=93?= =?UTF-8?q?=E9=9D=9E=E9=80=89=E4=B8=AD=E6=8B=A6=E6=88=AA=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E9=9A=90=E8=97=8F=E5=9F=9F=E5=90=8D=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/objgroup/form.jsp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/webapp/WEB-INF/views/cfg/objgroup/form.jsp b/src/main/webapp/WEB-INF/views/cfg/objgroup/form.jsp index c61cb8b72..ff49689df 100644 --- a/src/main/webapp/WEB-INF/views/cfg/objgroup/form.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/objgroup/form.jsp @@ -35,7 +35,13 @@ $(function(){ $("[name='doLog']").find("[value=2]").prop("checked",true); }else if('${_cfg.userRegion1}'=='https'){ $(".domainGroup").addClass("hidden").addClass("disabled"); + }else if("${_cfg.userRegion1}"==""){ + if($("[name=userRegion1]").val()!="intercept"){ + $(".domainGroup").addClass("hidden").addClass("disabled"); + } } + + $(".action").on("change", function() { $("#serviceId").val($(this).attr("serviceId")); $("#protocolId").val($(this).attr("protocolId"));