wang_xy 2 years ago
parent
commit
7f54541d70
1 changed files with 2 additions and 1 deletions
  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.setMarkers(that.markersList)
         })
+      }else{
+        that.$refs.supermap.clearM(false)
       }
-      that.$refs.supermap.clearM(false)
     }
 
   }