Commit e514b2fa by caoyanzhi

删除多余的代码

parent 7ae7f363
......@@ -655,7 +655,6 @@ export default {
})
Promise.all(allPro).then(() => {
clearTimeout(this.timer);
this.timer = setTimeout(this.handleRefreshTag, 1000);clearTimeout(this.timer);
this.timer = setTimeout(this.handleRefreshTag, 1000);
})
},
......
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