zengh
2022-02-11 de5bee9f351594a1c110b153885f5641e4e6b4cd
src/views/clientManagement/clientManagement_copy.vue
@@ -722,7 +722,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});
          };
        })
      },