zengh
2021-07-20 eb6374fd3670ac6fec2725e5f3ccb708ea76f22c
src/views/clientManagement/clientManagement.vue
@@ -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 });
        };
      });
    },