Przeglądaj źródła

修改 公共下拉方法;解决360浏览器兼容问题;

fanlongfei 6 lat temu
rodzic
commit
77d247ddaf
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      CallCenterWeb.UI/Script/Common/huayi.http.js

+ 2 - 2
CallCenterWeb.UI/Script/Common/huayi.http.js

@@ -1,4 +1,4 @@
1
-var helper = {};
1
+var helper = {};
2 2
 
3 3
 helper.http = {
4 4
     newXMLHttp: function () {
@@ -397,7 +397,7 @@ helper.sys = {
397 397
 //获取下拉
398 398
 helper.getDropList = {
399 399
 	//获取字典下拉
400
-	getlistDropByDic(el, fg) {
400
+	getlistDropByDic: function(el, fg) {
401 401
 		var dtd = $.Deferred(); //在函数内部,新建一个Deferred对象
402 402
 		$.ajax({
403 403
 			type: "get",