@@ -254,7 +254,10 @@
}else{
obj.endTime = "";
}
- this.getCorrelationNum();
+ let self = this;
+ setTimeout(function(){
+ self.getCorrelationNum();
+ },500);
checkManageList(obj).then(response => {
this.total = response.data.total;
this.tableList = response.data.records;
obj.cycleEndTime = "";
checkPlanList(obj).then(response => {
@@ -215,7 +215,10 @@
obj.endTime = ""
checkRectifyList(obj).then(response => {
@@ -189,7 +189,10 @@
unableRectifyList(obj).then(response => {
@@ -265,7 +265,10 @@
if(this.queryParams.rectifyStatus == 2){
rectifyList(obj).then(response => {
@@ -252,7 +252,10 @@
@@ -332,7 +332,10 @@
securityCheckClapList(obj).then(response => {