wang_xy 2 anos atrás
pai
commit
7f54541d70
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/datacenter.vue

+ 2 - 1
src/views/datacenter.vue

@@ -475,8 +475,9 @@ export default {
           that.$refs.supermap.clearM(false)
           that.$refs.supermap.clearM(false)
           that.$refs.supermap.setMarkers(that.markersList)
           that.$refs.supermap.setMarkers(that.markersList)
         })
         })
+      }else{
+        that.$refs.supermap.clearM(false)
       }
       }
-      that.$refs.supermap.clearM(false)
     }
     }
 
 
   }
   }