Browse Source

修改 话务KPI 传值问题

fanlongfei 7 years ago
parent
commit
9f2f41abca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CallCenterWeb.UI/ReportForm/KPI.html

+ 1 - 1
CallCenterWeb.UI/ReportForm/KPI.html

@@ -218,7 +218,7 @@
218 218
 					data: {
219 219
 						startdate: startdate,
220 220
 						enddate: enddate,
221
-						dpt: $('bumen').val(),
221
+						dpt: $('#bumen').val(),
222 222
 						token: $.cookie("token"),
223 223
 					},
224 224
 					success: function(data) {