| | |
| | | open: function () { |
| | | var that = this; |
| | | $.ajax({ |
| | | url: '/api/blade-jfpts/equipment/equipment/pages?current=1&size=1000', |
| | | url: '/api/blade-jfpts/equipment/equipment/pageDept?deviceName='+ window.clientID, |
| | | type: 'get', |
| | | dataType: 'JSON', |
| | | success: function (data) { |
| | |
| | | }, |
| | | |
| | | // 鼠标点击事件 |
| | | clickHand: function () { |
| | | }, |
| | | clickHand: function() {}, |
| | | |
| | | //聚合图层事件 |
| | | flareClusterLayer: function (datas) { |
| | |
| | | //var data = DataManager.getData(); |
| | | that.clusterLayer.addData(datas); |
| | | |
| | | } |
| | | , clearLayer: function () { |
| | | }, |
| | | clearLayer: function() { |
| | | var that = this; |
| | | that._map.removeLayer(that.clusterLayer); |
| | | that.clusterLayer = null; |
| | |
| | | }); |
| | | return Widget; |
| | | }); |
| | | |