소스 검색

总部移动端筛选全国数据

zhujindu 7 달 전
부모
커밋
86ca265e94
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();