소스 검색

Merge branch 'feature_20250527_门店拜访任务列表访问速度优化' into release

zhujindu 5 달 전
부모
커밋
711b3dc235
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/views/deviceOutside/rangeStore.vue

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

@@ -814,6 +814,7 @@ export default {
     }
     }
   },
   },
   activated() {
   activated() {
+    this.closeFn();
     // 获取地图范围 字典
     // 获取地图范围 字典
     this.getMapRange();
     this.getMapRange();
     this.resultmap = [];
     this.resultmap = [];
@@ -1919,6 +1920,12 @@ export default {
               }
               }
             }
             }
           }
           }
+        } else if (res.code == 500) {
+          this.$dialog
+            .alert({
+              message: res.msg,
+            })
+            .then(() => {});
         }
         }
       });
       });
     },
     },