Conformance: Activity sequence Start & End linkage done.

This commit is contained in:
chiayin
2023-08-30 14:19:20 +08:00
parent 1e49e11a1b
commit 187ce7afcc
6 changed files with 103 additions and 84 deletions

View File

@@ -71,6 +71,7 @@ export default {
minTotalSeconds(e) {
this.timeRangeMin = e;
this.$emit('min-total-seconds', e);
// console.log('min',e);
},
/**
* get min total seconds
@@ -80,6 +81,7 @@ export default {
this.timeRangeMax = e;
this.updateMax = e;
this.$emit('max-total-seconds', e);
// console.log('max',e);
},
},
}