From 51c66562587947bd8dbc630a03a9678f46d505e7 Mon Sep 17 00:00:00 2001 From: wangxin Date: Sat, 18 Aug 2018 14:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dservice=E6=80=BB=E9=87=8F?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2functionId=E6=B2=A1=E6=9C=89=E4=BC=A0?= =?UTF-8?q?=E5=88=B0=E5=90=8E=E5=8F=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/report/list.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 2223645ff..e393f3941 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -74,6 +74,7 @@ url:'${ctx}/report/ajaxNtcServiceReport', data:{ "action":action, + "functionId":$("#functionId").val(), "reportType":$('[name="reportType"]').val(), "reportTime":$('[name="reportTime"]').val() },