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() },