소스 검색

Merge branch 'feature_20250430_总部移动端筛选全国数据' into uat(dev)

zhujindu 7 달 전
부모
커밋
6abb411ebe
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/historicalVisit/historAllVisit.vue

+ 3 - 1
src/views/historicalVisit/historAllVisit.vue

@@ -261,7 +261,9 @@ export default {
   },
   activated() {
     this.deptLevel = localStorage.getItem('deptLevel');
-    this.onSearch();
+    setTimeout(() => {
+      this.onSearch();
+    }, 1000);
   },
   created() {
     this.info();