Commit 53be325c by 李宏达

lhd

parent 00e4ca71
...@@ -6963,6 +6963,7 @@ ...@@ -6963,6 +6963,7 @@
/*that.timer = setInterval(that.ReadyReport(), 1000);*/ /*that.timer = setInterval(that.ReadyReport(), 1000);*/
}else{ }else{
that.$message.error('分析失败,请重试!');
that.agentRankShow=false; that.agentRankShow=false;
} }
}); });
...@@ -6992,7 +6993,7 @@ ...@@ -6992,7 +6993,7 @@
loadingbyc.close(); loadingbyc.close();
return that.$message.error('分析失败,请重试!'); return that.$message.error('分析失败,请重试!');
}; };
setTimeout(()=> {that.ReadyReport()}, 1000); setTimeout(()=> {that.ReadyReport()}, 10000);
that.agentRankShow=false; that.agentRankShow=false;
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment