王通 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);
           markersMapList.push(markersMap);
         }
         }
         setTimeout(() => {
         setTimeout(() => {
-          that.$refs.supermapDialog.dynamicPlotting(); //弹出动态绘制窗口,防止截图位置改变
-          that.$refs.supermapDialog.dropLocation10(
+          that.$refs.supermapDialog1.dynamicPlotting(); //弹出动态绘制窗口,防止截图位置改变
+          that.$refs.supermapDialog1.dropLocation10(
             res.data.catalogue.latitude,
             res.data.catalogue.latitude,
             res.data.catalogue.longitude
             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);
         }, 2000);
       });
       });
     },
     },
@@ -3506,10 +3506,10 @@ export default {
           markersMapList.push(markersMap);
           markersMapList.push(markersMap);
         }
         }
         setTimeout(() => {
         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.latitude,
             res.data.catalogue.longitude
             res.data.catalogue.longitude
           );
           );