zengh
2022-02-25 d7df121920823de1debece1a473b0d2fc9cd5e87
src/views/clientManagement/clientManagement.vue
@@ -38,7 +38,7 @@
        >
          <template slot="menuLeft">
            <el-button
              type="danger"
              size="mini"
              icon="el-icon-delete"
              plain
@@ -960,7 +960,7 @@
      this.showMap = true;
      this.$nextTick(() => {
        this.$refs.mapDiv.onload = () => {
          window.frames[1].init("equipment", { x: row.jd, y: row.wd });
          window.frames[0].init("equipment", { x: row.jd, y: row.wd });
        };
      });
    },