This commit is contained in:
2025-08-13 10:23:49 +08:00
parent 37d1900440
commit 73f4b2ae54
2 changed files with 6 additions and 5 deletions

View File

@@ -122,10 +122,10 @@ export default {
mounted () {
},
destroyed () {
// if (this.intervalId !== null) {
// clearTimeout(this.intervalId)
// this.intervalId = null
// }
if (this.intervalId !== null) {
clearTimeout(this.intervalId)
this.intervalId = null
}
},
methods: {
getPercentage (part, whole) {