From 34468bdbb6bd4abbbbd37f4ae64e28be69675faa Mon Sep 17 00:00:00 2001
From: whyclj <1525436766@qq.com>
Date: 星期二, 08 一月 2019 17:08:48 +0800
Subject: [PATCH] 修改电池组连接信息的查询方法
---
gx_tieta/WebRoot/bts-comm-mon.jsp | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gx_tieta/WebRoot/bts-comm-mon.jsp b/gx_tieta/WebRoot/bts-comm-mon.jsp
index 0b190c9..bfb5580 100644
--- a/gx_tieta/WebRoot/bts-comm-mon.jsp
+++ b/gx_tieta/WebRoot/bts-comm-mon.jsp
@@ -15,7 +15,7 @@
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
- <title>璁惧鍗曚綋淇℃伅鏌ヨ</title>
+ <title>鐢垫睜娉ㄥ唽淇℃伅鏌ヨ</title>
<link rel="stylesheet" type="text/css" href="pages/css/base.css">
<link rel="stylesheet" type="text/css" href="jqueryui/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="src/css/layui.css">
@@ -124,7 +124,7 @@
//console.log(Page);
// 鏌ヨ鍚庡彴鏁版嵁
- /* search(createSearchParam(), true);
+ search(createSearchParam(), true);
function search(temp, newLoad) {
var load;
if(newLoad) {
@@ -134,12 +134,12 @@
$.ajax({
type:'post',
async:true,
- url: 'App_bts_comm_taskAction!serchByCondition',
+ url: 'App_bts_battgroupAction!serchByCondition',
data: "json="+JSON.stringify(temp),
dataType: 'json',
success:function(result) {
var model = JSON.parse(result.result);
- //console.info(model);
+ console.info(model);
var arr_td = new Array();
if(model.code == 1){
for(var i=0;i<model.data.length;i++){
@@ -168,7 +168,7 @@
});
}
- */
+
--
Gitblit v1.9.1