Prechádzať zdrojové kódy

总部移动端筛选全国数据

zhujindu 7 mesiacov pred
rodič
commit
86ca265e94

+ 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();