Browse Source

回访组进电话修改

liuzhen 5 years ago
parent
commit
7a06cd5849
1 changed files with 1 additions and 0 deletions
  1. 1 0
      WebUI/CallCenterWeb.UI/js/main.js

+ 1 - 0
WebUI/CallCenterWeb.UI/js/main.js

@@ -262,6 +262,7 @@ function LoginBack() {
262 262
     }
263 263
     console.log($("#RoleCode").val())
264 264
     if($("#RoleCode").val()=='HFZY'){
265
+    	obj.AgentGroup = "2";
265 266
     	$(".SayBusy").removeClass("active");
266 267
         $(".SayFree").addClass("active");
267 268