Переглянути джерело

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

zhujindu 3 місяців тому
батько
коміт
ef10434e58
1 змінених файлів з 6 додано та 0 видалено
  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;