liuzhen лет назад: 6
Родитель
Сommit
df3cf8f4b9
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      WebChart_2.0/js/index.js

+ 5 - 3
WebChart_2.0/js/index.js

@@ -497,7 +497,7 @@ function keyWord(sd, ed) {
497 497
 	})
498 498
 	//部门下拉框
499 499
 	function deprtment_six () {
500
-		$.getJSON( "http://192.168.4.18:5001/info/GetDeptList", function(result) {
500
+		$.getJSON(  huayi.config.callcenter_url + "info/GetDeptList", function(result) {
501 501
 			if(result.state == "success") {
502 502
 				goodslist = result.data;
503 503
 				$(".depart_six").empty();
@@ -513,7 +513,8 @@ function keyWord(sd, ed) {
513 513
 	function workOrder(sd,ed){
514 514
 		$.ajax({
515 515
 			type: "get",
516
-			url: "http://192.168.4.18:5001/info/GetDeptCountDate",
516
+//			url: "http://192.168.4.18:5001/info/GetDeptCountDate",
517
+			url: huayi.config.callcenter_url + "info/GetDeptCountDate",
517 518
 			async: true,
518 519
 			dataType: 'json',
519 520
             data: {
@@ -546,7 +547,8 @@ function keyWord(sd, ed) {
546 547
 	function workOrder_right(sd,ed){
547 548
 		$.ajax({
548 549
 			type: "get",
549
-			url: "http://192.168.4.18:5001/Info/GetOverdueList",
550
+//			url: "http://192.168.4.18:5001/Info/GetOverdueList",
551
+			url: huayi.config.callcenter_url + "Info/GetOverdueList",
550 552
 			async: true,
551 553
 			dataType: 'json',
552 554
             data: {