zengh
2022-05-16 63ad2c3598400370dd7da5534659fd7e768a0a4a
src/views/clientManagement/clientManagement_copy.vue
@@ -27,7 +27,7 @@
                   @refresh-change="refreshChange"
                   @on-load="onLoad">
          <template slot="menuLeft">
            <el-button type="danger"
            <el-button
                       size="mini"
                       icon="el-icon-delete"
                       plain
@@ -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});
          };
        })
      },