فهرست منبع

总部移动端筛选全国数据

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