zengh
2021-05-21 218a5bdedb4efc10473976d90a0296a289961b0f
public/map/widgets/clientManagement/ClientManagement.js
@@ -162,7 +162,7 @@
    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) {
@@ -183,8 +183,7 @@
    },
    // 鼠标点击事件
    clickHand: function () {
    },
        clickHand: function() {},
    //聚合图层事件
    flareClusterLayer: function (datas) {
@@ -249,8 +248,8 @@
      //var data = DataManager.getData();
      that.clusterLayer.addData(datas);
    }
    , clearLayer: function () {
        },
        clearLayer: function() {
      var that = this;
      that._map.removeLayer(that.clusterLayer);
      that.clusterLayer = null;
@@ -260,4 +259,3 @@
  });
  return Widget;
});