Browse Source

Merge branch 'feature_20250827_地图添加搜索当前范围功能' into uat(dev)

zhujindu 2 months ago
parent
commit
ef10434e58
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/deviceOutside/rangeStore.vue

+ 6 - 0
src/views/deviceOutside/rangeStore.vue

@@ -1635,6 +1635,8 @@ export default {
               this.msg = this.setMapRangeTitle(res.total);
               this.msgshow = true;
               this.show = false;
+            } else {
+              this.msgshow = false;
             }
             if (this.first < 2) {
               this.zoom = 18;
@@ -1677,6 +1679,8 @@ export default {
               this.msg = this.setMapRangeTitle(res.total);
               this.msgshow = true;
               this.show = false;
+            } else {
+              this.msgshow = false;
             }
             if (this.first < 2) {
               this.zoom = 18;
@@ -1759,6 +1763,8 @@ export default {
               this.msg = this.setMapRangeTitle(res.total);
               this.msgshow = true;
               this.show = false;
+            } else {
+              this.msgshow = false;
             }
             if (this.first < 2) {
               this.zoom = 18;