|
@@ -332,7 +332,10 @@
|
|
|
}else{
|
|
|
obj.endTime = ""
|
|
|
}
|
|
|
- this.getCorrelationNum();
|
|
|
+ let self = this;
|
|
|
+ setTimeout(function(){
|
|
|
+ self.getCorrelationNum();
|
|
|
+ },500);
|
|
|
securityCheckClapList(obj).then(response => {
|
|
|
this.total = response.data.total;
|
|
|
this.tableList = response.data.records;
|