Conformance: PT & WT & CT show after Apply List tasks done.
This commit is contained in:
@@ -71,7 +71,6 @@ export default {
|
||||
minTotalSeconds(e) {
|
||||
this.timeRangeMin = e;
|
||||
this.$emit('min-total-seconds', e);
|
||||
// console.log('min',e);
|
||||
},
|
||||
/**
|
||||
* get min total seconds
|
||||
@@ -81,7 +80,6 @@ export default {
|
||||
this.timeRangeMax = e;
|
||||
this.updateMax = e;
|
||||
this.$emit('max-total-seconds', e);
|
||||
// console.log('max',e);
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user