瀏覽代碼

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