Commit 0bc50321 by Kyle_Li

fix: 垃圾桶状态显示错误

parent 283fd572
......@@ -96,6 +96,7 @@ export default {
},
dialogClosed() {
if(this.interval) clearInterval(this.interval);
this.getProgress();
},
getDelTime() {
let s = parseInt(this.delTime % (1000 * 60) / 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