Browse Source

feature_20250827_地图添加搜索当前范围功能

zhujindu 2 tháng trước cách đây
mục cha
commit
65f824ded4
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/deviceOutside/rangeStore.vue

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

@@ -1613,6 +1613,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;
@@ -1655,6 +1657,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;
@@ -1737,6 +1741,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;