王通 1 yıl önce
ebeveyn
işleme
9ecc397f8a
1 değiştirilmiş dosya ile 9 ekleme ve 9 silme
  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
           );