定时器
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user