王通 1 år sedan
förälder
incheckning
141b4b1283
2 ändrade filer med 10 tillägg och 10 borttagningar
  1. 1 1
      src/components/vBottomMenu.vue
  2. 9 9
      src/views/firespread.vue

+ 1 - 1
src/components/vBottomMenu.vue

@@ -916,7 +916,7 @@ export default {
     /** 获取消息列表 */
     selectMessageList() {
       selectMessageList(Cookies.get('userId'), Cookies.get('deptId')).then(response => {
-        debugger
+
         this.messageList = response.data
         this.messageCount = response.data.length
       })

+ 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
           );