From 44d9cc533a7ff51146d6f33530c84ef4f50dbe2e Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期四, 27 九月 2018 16:58:13 +0800 Subject: [PATCH] station3->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