保安监管系统-验收版本
zhengpz
2021-11-26 47e89627ea41f0a5d52d2f2b85828c3546b15c03
首页保安公司获取
1 files modified
10 ■■■■ changed files
src/views/home/index.vue 10 ●●●● patch | view | raw | blame | history
src/views/home/index.vue
@@ -1174,6 +1174,10 @@
        3: {
          table: [],
          geoData: []
        },
        4: {
          table: [],
          geoData: []
        }
      };
      getLiveLocationVoList({ type: type }).then(res => {
@@ -1239,7 +1243,7 @@
          this.gunNum = middleData[3]["table"].length;
          this.mapData = middleData;
          this.setMapData(2);
          // this.getCompanyMap();
          this.getCompanyMap();
        } else {
          this.$message.error(res.msg);
        }
@@ -1279,7 +1283,7 @@
            obj["table"].push(item);
          });
          this.companyNum = obj["table"].length;
          this.mapData["4"] = {};
          // this.mapData["4"] = {};
          this.mapData["4"] = obj;
        }
      });
@@ -1578,7 +1582,7 @@
    this.initEchart();
    this.getHolderNum(0);
    // this.getTableData(0);
    this.getCompanyMap();
    // this.getCompanyMap();
    this.getOfficeData();
  }
};