|
@@ -419,9 +419,12 @@ export default {
|
|
|
this.view2Visible = false
|
|
|
this.view3Visible = false
|
|
|
},
|
|
|
- editSuccess(item){
|
|
|
- this.getStation()
|
|
|
+ editSuccess(){
|
|
|
+ // this.getStation()
|
|
|
// this.taskData.shift();
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.getStation()
|
|
|
+ });
|
|
|
},
|
|
|
setPercentage(time, left) {
|
|
|
return this.formatGap(time, left)[0] > 100
|