zengh
2021-08-21 9a2daf35d2ef820e3e5bd81dc5d68f026016d65e
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 });
        };
      });
    },