diff --git a/js/pagejs/index.js b/js/pagejs/index.js index 92d2247..9a8c846 100644 --- a/js/pagejs/index.js +++ b/js/pagejs/index.js @@ -1235,7 +1235,8 @@ //该设备该区域数量 var equCount = equCountryMap[countryName]; if(countryIndex[countryName]==null || countryIndex[countryName]==undefined){ - otherNums += equCount; + //临时备注设备 + // otherNums += equCount; }else{ var index = countryIndex[countryName]; serisItem.data[index] = equCount;