From 96df02fe1d4fb63aeba680a39a9490635c73633d Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 24 Jul 2018 13:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E7=94=A8=E6=88=B7=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E8=A1=8C=E4=B8=BA=E7=B1=BB=E5=9E=8B=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=EF=BC=8C=E8=A1=A8=E8=BE=BE=E5=BC=8F=E7=B1=BB=E5=9E=8B=E4=B8=BA?= =?UTF-8?q?=E4=B8=8E=E8=A1=A8=E8=BE=BE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp index 445e96abe..bca1c9a3e 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp @@ -50,6 +50,9 @@ $(function(){ $(this).remove(); }); $("input[name$='exprType']").attr("disabled",false); + if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){ + $("input[name$='exprType']").val(1); + } /* $("#appCode").val($("#specServiceIdId").val()); */ loading('onloading...'); form.submit();