修复service总量查询functionId没有传到后台的bug

This commit is contained in:
wangxin
2018-08-18 14:57:35 +08:00
parent 487dcd1028
commit 51c6656258

View File

@@ -74,6 +74,7 @@
url:'${ctx}/report/ajaxNtcServiceReport',
data:{
"action":action,
"functionId":$("#functionId").val(),
"reportType":$('[name="reportType"]').val(),
"reportTime":$('[name="reportTime"]').val()
},