From ef3e46dcc2833f1ef16fd2b7284a61f8fd9717ca Mon Sep 17 00:00:00 2001
From: CJJ <Administrator@192.168.10.23>
Date: 星期二, 20 十一月 2018 17:12:45 +0800
Subject: [PATCH] 统计目录下拉

---
 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