From 0188e55fa87458ae8ceef837f4052d1ecec15b7e Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139.mshome.net>
Date: 星期三, 09 一月 2019 17:38:56 +0800
Subject: [PATCH] xiu
---
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