Pārlūkot izejas kodu

代码错误提交

lihai 7 gadi atpakaļ
vecāks
revīzija
ec9fba9452

+ 2 - 2
CallCenterWeb.UI/WorkOrder/Xga.html

@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
1
+<!DOCTYPE html>
2 2
 <html>
3 3
 
4 4
 	<head>
@@ -390,7 +390,7 @@
390 390
 			})
391 391
 			
392 392
 			
393
-				function BindLDdep(obj1,obj2,obj3,obj4,) {
393
+				function BindLDdep(obj1,obj2,obj3,obj4) {
394 394
 //					$('.testInput-list').empty();
395 395
 					$.ajax({
396 396
 						type: "get",

+ 1 - 1
CallCenterWeb.UI/js/WorkOrder/AddWorkOrder.js

@@ -176,7 +176,7 @@ function getOrderSource(obj) {
176 176
 	$('#testInput3').comboSelect();
177 177
 	$('#testInput4').comboSelect();
178 178
 
179
-	function BindLDdep(obj1,obj2,obj3,obj4,) {
179
+	function BindLDdep(obj1,obj2,obj3,obj4) {
180 180
 					$.ajax({
181 181
 						type: "get",
182 182
 						url: huayi.config.callcenter_url + "Customer/BindLDdep",