dedsudiyu 1 rok temu
rodzic
commit
1ecedfa78a

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

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