D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/WebRoot/pages/js/pages/siderbar.js
@@ -220,7 +220,7 @@
   var city = getQueryString('city');          // 市
   var county = getQueryString('county');      // 区/县
   var home = getQueryString('home');         // 机房
   var homeid = getQueryString('battid');      // 电池组id
   //console.log(province);
   
   // 生成一级导航-省
@@ -467,7 +467,7 @@
                 treeView.treeView(container, formatData);
                 //console.info(formatData);
                 if(active) {
                    treeView.activeFile(container,'eleGroup', '');
                    treeView.activeFile(container,'eleGroup', homeid);
                    var battId = formatData[0].id;
                    location.hash="#"+battId;
                    location.hash = "";
@@ -638,7 +638,7 @@
      if(container.find('ul').length !=0) {
         location.hash="#"+homeInfo.StationName;
          location.hash="";
          treeView.spreadFolder('home', homeInfo.StationName3, fourthSpread, true);
          treeView.spreadFolder('home', homeInfo.StationName, fourthSpread, true);
         return;
      }
      treeView.addProgress(container);