dedsudiyu 1 year ago
parent
commit
1ecedfa78a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/safetyCheck/dataStatistics/checkIndexStatistics.vue

+ 4 - 1
src/views/safetyCheck/dataStatistics/checkIndexStatistics.vue

@@ -126,6 +126,7 @@
     },
     },
     methods:{
     methods:{
       initializationInterface(){
       initializationInterface(){
+        let self = this;
         this.$set(this,'queryParams',{
         this.$set(this,'queryParams',{
           pageNum:1,
           pageNum:1,
           pageSize:20,
           pageSize:20,
@@ -146,7 +147,9 @@
           }else{
           }else{
             this.$set(this.queryParams,'deptId','')
             this.$set(this.queryParams,'deptId','')
           }
           }
-          this.getList();
+          setTimeout(function(){
+            self.getList();
+          },200);
         })
         })
       },
       },
       //实验室搜索
       //实验室搜索