Conformance: PT & WT & CT show after Apply List tasks done.

This commit is contained in:
chiayin
2023-09-04 16:54:11 +08:00
parent 9c53e298be
commit a587e0aaa6
3 changed files with 211 additions and 77 deletions

View File

@@ -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);
},
},
}