|
@@ -74,10 +74,11 @@
|
|
|
var mapLineData = {}
|
|
|
var timer = ''
|
|
|
var compId = getUrlParam("id")
|
|
|
+ var seachMoth = getUrlParam("seachMoth")
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
contentType: "application/json;charset=UTF-8",
|
|
|
- url: "http://api1.eliangeyun.com/biInfoController/selectBiInfo?compId=" + compId,
|
|
|
+ url: "http://api1.eliangeyun.com/biInfoController/selectBiInfo?compId=" + compId+ '&seachMoth=' + seachMoth,
|
|
|
success: function(result) {
|
|
|
console.log("result", result);
|
|
|
$("#progressBar").hide();
|