Browse Source

总部移动端筛选全国数据

zhujindu 7 months ago
parent
commit
86ca265e94
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/historicalVisit/historAllVisit.vue

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

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