jack 8 years ago
parent
commit
f4d03f5d53
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/workindex.js

+ 2 - 2
js/workindex.js

401
				if(data.success) {
401
				if(data.success) {
402
					$("#demandNumber").text(data.data)
402
					$("#demandNumber").text(data.data)
403
				} else {
403
				} else {
404
					$.MsgBox.Alert('消息', "链接服务器超时!");
404
					$.MsgBox.Alert('消息', data.msg);
405
				}
405
				}
406
			},
406
			},
407
			"error": function(x) {
407
			"error": function(x) {
419
				if(data.success) {
419
				if(data.success) {
420
					$("#demandNumber").text(data.data)
420
					$("#demandNumber").text(data.data)
421
				} else {
421
				} else {
422
					$.MsgBox.Alert('消息', "链接服务器超时!");
422
					$.MsgBox.Alert('消息', data.msg);
423
				}
423
				}
424
			},
424
			},
425
			"error": function() {
425
			"error": function() {