Conformance: Time Range done.

This commit is contained in:
chiayin
2023-08-29 15:47:31 +08:00
parent 2b90c02a8c
commit 1e49e11a1b
2 changed files with 24 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ export default {
*/
minTotalSeconds(e) {
this.timeRangeMin = e;
this.$emit('min-total-seconds', e);
},
/**
* get min total seconds
@@ -78,6 +79,7 @@ export default {
maxTotalSeconds(e) {
this.timeRangeMax = e;
this.updateMax = e;
this.$emit('max-total-seconds', e);
},
},
}