From 6fc40df03a5fc40a2bae976ed8fdedc4946dc584 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.21> Date: 星期二, 20 十一月 2018 17:27:00 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/mobil/base-station-info.html | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/base-station-info.html b/gx_tieta/WebRoot/mobil/base-station-info.html index 823b6a5..dcf396a 100644 --- a/gx_tieta/WebRoot/mobil/base-station-info.html +++ b/gx_tieta/WebRoot/mobil/base-station-info.html @@ -204,15 +204,14 @@ var batt=eval("("+getCookie('batt')+")"); console.info(batt); $.ajax({ - url : "", + url : "Battinf_exAction!serchByCondition", async: true, type : "POST", - data : "bif.BattGroupId="+batt.BattGroupId, + data : "json="+JSON.stringify(batt), dataType : "json", success : function(data){ var model=eval("("+data.result+")"); - console.info(model.data); - + console.info(model); }, error : function(er) { console.info(er); -- Gitblit v1.9.1