|
@@ -337,7 +337,7 @@ export default {
|
|
|
timerTask(){
|
|
|
let that = this
|
|
|
that.timer = setInterval(()=>{
|
|
|
- this.getStation();
|
|
|
+ this.getStation();
|
|
|
}, 60000)
|
|
|
},
|
|
|
clearTimer(){
|
|
@@ -421,7 +421,7 @@ export default {
|
|
|
},
|
|
|
editSuccess(item){
|
|
|
this.getStation()
|
|
|
- this.taskData.shift();
|
|
|
+ // this.taskData.shift();
|
|
|
},
|
|
|
setPercentage(time, left) {
|
|
|
return this.formatGap(time, left)[0] > 100
|