From 159270197844a589953f765c97c1d53376ca30af Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期三, 31 十月 2018 17:06:03 +0800 Subject: [PATCH] 更新地图图标生成方式 --- gx_tieta/WebRoot/ele_statistics.jsp | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/ele_statistics.jsp b/gx_tieta/WebRoot/ele_statistics.jsp index a3bfb88..9367c0d 100644 --- a/gx_tieta/WebRoot/ele_statistics.jsp +++ b/gx_tieta/WebRoot/ele_statistics.jsp @@ -260,7 +260,7 @@ $('#pageCurr').val(1); formjson = jsontemp; } - loading.showLoading(); + var load = layer.load(); //console.info($("#search_form").serialize()); var temp = createSearchForm(); var json = JSON.stringify(temp); @@ -268,7 +268,7 @@ $.post("Batt_Maint_DealarmAction_serchByConditionNew","result="+json,function(data){ //alert(123); data=eval("("+data.result+")"); - //console.info(data); + console.info(data); if(data.code==1 && data.data.length>0){ data=data.data; battinfo_list = data; @@ -377,10 +377,11 @@ $('#pageCurr').val(1); $('#maintence_infor').text(''); } - loading.hideLoading(); + + layer.close(load); }).error(function(){ noContent.showNoContent("鏌ヨ澶辫触,璇锋鏌ョ綉缁滆繛鎺ワ紒"); - loading.hideLoading(); + layer.close(load); }); }); }); -- Gitblit v1.9.1