xufenglei
2018-11-12 3fc81895e7e44238b18f89d816ad384143d4be9f
update
1 files modified
6 ■■■■ changed files
src/main/webapp/js/moralmap.js 6 ●●●● patch | view | raw | blame | history
src/main/webapp/js/moralmap.js
@@ -768,6 +768,9 @@
        //储存监控点
        moralMap.putEquipment(option['mac'], moralMarker);
        var _super_refreshState = moralMarker.refreshState;
        if (!showEquipmentInfoWindow) {
            showEquipmentInfoWindow = infoWindow;
        }
        return $.extend(moralMarker, {
            refreshState: function(data) {
                if(data != null && data!="") {
@@ -816,9 +819,6 @@
                return this.getOption()["data"];
            }
        });
        if (!showEquipmentInfoWindow) {
            showEquipmentInfoWindow = infoWindow;
        }
    }
    //储存MonitorPoint对象
    moralMap.putEquipment = function(key, obj) {