whyclj
2019-01-07 b00e89e7e8b63b5f1efc6ff771a4e6409d5a6ca6
gx_tieta/WebRoot/batt-state-statistical.jsp
@@ -168,7 +168,7 @@
             ]]
            ,data:[]
             ,page: false
             ,height: 'full-280'
             ,height: 'full-270'
         };
         
         // 生成表格数据
@@ -342,11 +342,9 @@
               tmp.push(_data.station_event_type_tempup);      // 温度上限
               tmp.push(_data.station_event_type_templow);   // 温度下限
               tmp.push(_data.station_event_type_dampup);      // 湿度上限
               tmp.push(_data.station_event_type_damplow);      // 湿度下限
               tmp.push(_data.station_event_type_damplow);      // 湿度下限
               rs.push(tmp);
            }
            }
            return rs;
         }