From 3dc6ced233dd94b99d72c72dbf9de455126776e7 Mon Sep 17 00:00:00 2001 From: wangxin Date: Thu, 27 Sep 2018 10:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86form=E8=A1=A8=E5=8D=95action?= =?UTF-8?q?=E5=88=87=E6=8D=A2doLog=E8=A1=A5=E5=85=85=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/global/scripts/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index f2dea5e79..be9524979 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -360,6 +360,7 @@ $(function(){ $(".action").on("change", function() { $("#serviceId").val($(this).attr("serviceId")); $("#protocolId").val($(this).attr("protocolId")); + switchAction($(this).val()); }); // 校验搜索条件里的时间选框,不允许起始时间晚于终止时间 $("#searchForm").validate({