From 4a55a64167f79e0146c78d78127fcbbe3b6e2113 Mon Sep 17 00:00:00 2001 From: 星伟 <星伟@192.168.10.24> Date: 星期五, 28 九月 2018 11:24:50 +0800 Subject: [PATCH] 包机组修改添加市级筛选 --- gx_tieta/WebRoot/control.jsp | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp index 2371c9b..6d70783 100644 --- a/gx_tieta/WebRoot/control.jsp +++ b/gx_tieta/WebRoot/control.jsp @@ -3977,6 +3977,9 @@ treeView.ele.on('click', '.home', function() { var home = $(this).data('attr'); var tmp = { + StationName1: home.StationName1, + StationName2: home.StationName2, + StationName: home.StationName, StationId: home.StationId }; fourth(treeView, $(this).parent(), tmp); @@ -3990,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