From dd3b23f7dd793c2eb1aa971aac76d3740bac7565 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 28 九月 2018 10:02:20 +0800
Subject: [PATCH] 地图设置 历史数据管理 电池组全部时为0
---
gx_tieta/WebRoot/control.jsp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp
index 0c733b9..6d70783 100644
--- a/gx_tieta/WebRoot/control.jsp
+++ b/gx_tieta/WebRoot/control.jsp
@@ -3976,11 +3976,10 @@
// 鏈烘埧->鐢垫睜缁�
treeView.ele.on('click', '.home', function() {
var home = $(this).data('attr');
- console.log(home);
var tmp = {
StationName1: home.StationName1,
StationName2: home.StationName2,
- StationName3: home.StationName3,
+ StationName: home.StationName,
StationId: home.StationId
};
fourth(treeView, $(this).parent(), tmp);
@@ -3994,7 +3993,7 @@
BattGroupId = eleGroup.BattGroupId;
// 瀵笲TS9611鍋氱壒娈婄殑澶勭悊
var batt = getBatt();
- console.info(batt);
+ //console.info(batt);
$('#eleCircleBtn').removeClass('hide');
if(regEquipType(batt.FBSDeviceId, globalPattern.BTSSreen)) {
var isAct = $('#eleCircleBtn').hasClass('action');
--
Gitblit v1.9.1