浏览代码

bug修复

王通 1 年之前
父节点
当前提交
9ecc397f8a
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      src/views/firespread.vue

+ 9 - 9
src/views/firespread.vue

@@ -3384,14 +3384,14 @@ export default {
           markersMapList.push(markersMap);
         }
         setTimeout(() => {
-          that.$refs.supermapDialog.dynamicPlotting(); //弹出动态绘制窗口,防止截图位置改变
-          that.$refs.supermapDialog.dropLocation10(
+          that.$refs.supermapDialog1.dynamicPlotting(); //弹出动态绘制窗口,防止截图位置改变
+          that.$refs.supermapDialog1.dropLocation10(
             res.data.catalogue.latitude,
             res.data.catalogue.longitude
           );
-          that.$refs.supermapDialog.clearM(false);
-          that.$refs.supermapDialog.clearM(true);
-          that.$refs.supermapDialog.setMarkersRadius(markersMapList);
+          that.$refs.supermapDialog1.clearM(false);
+          that.$refs.supermapDialog1.clearM(true);
+          that.$refs.supermapDialog1.setMarkersRadius(markersMapList);
         }, 2000);
       });
     },
@@ -3506,10 +3506,10 @@ export default {
           markersMapList.push(markersMap);
         }
         setTimeout(() => {
-          that.$refs.supermapDialog.clearM(false);
-          that.$refs.supermapDialog.clearM(true);
-          that.$refs.supermapDialog.setMarkersRadius(markersMapList);
-          that.$refs.supermapDialog.dropLocation10(
+          that.$refs.supermapDialog1.clearM(false);
+          that.$refs.supermapDialog1.clearM(true);
+          that.$refs.supermapDialog1.setMarkersRadius(markersMapList);
+          that.$refs.supermapDialog1.dropLocation10(
             res.data.catalogue.latitude,
             res.data.catalogue.longitude
           );