Explorar el Código

工单数量显示异常

jinquanwu %!s(int64=6) %!d(string=hace) años
padre
commit
51687551d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CallCenterWeb.UI/js/index.js

+ 1 - 1
CallCenterWeb.UI/js/index.js

@@ -365,7 +365,7 @@ function workcount() {
365 365
 			$(".cq").text(result.data.cq); //超期工单
366 366
 			$(".wx").text(result.data.wx); //微信工单
367 367
 			$(".dhf").text(result.data.dhf); //待回访
368
-			$(".yhf").text(result.data.dhf); //已回访
368
+			$(".yhf").text(result.data.yhf); //已回访
369 369
 			//"dpd":2,"djd":0,"dcl":0,"ycl":2,"wyc":6,"cq":0
370 370
 		}
371 371
 	})