定时器

This commit is contained in:
2022-08-01 11:32:39 +08:00
parent b27b67f8dd
commit ebbf2aa57c
5 changed files with 14 additions and 10 deletions

View File

@@ -1684,7 +1684,7 @@ export default {
// console.log(res.result)
this.chartData1 = res.result
if (res.result.length) {
window.clearInterval(this.timeOut2)
clearInterval(this.timeOut2)
this.setEchart02() // 左3
}
// this.setEchart02() // 左3
@@ -1719,7 +1719,7 @@ export default {
this.taskDate2.push(e.min_productivity)
})
if (res.result.length) {
window.clearInterval(this.timeOut1)
clearInterval(this.timeOut1)
this.setEchart04() // 中2
}
} else {
@@ -1809,7 +1809,7 @@ export default {
console.log(res.result)
this.chartData2 = res.result
if (res.result.length) {
window.clearInterval(this.timeOut3)
clearInterval(this.timeOut3)
this.setEchart10() // 右3
}
// this.setEchart10() // 右3