@@ -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);
})
//实验室搜索