Conformance: Time Trend Chart incomplete.

This commit is contained in:
chiayin
2023-09-01 11:33:38 +08:00
parent 7ee1dac5b1
commit 49230c1b51
2 changed files with 114 additions and 76 deletions

View File

@@ -235,6 +235,7 @@ export default {
min: this.selectTimeRangeMin,
max: this.selectTimeRangeMax
};
this.$emitter.emit('timeRangeMaxMin', this.selectDurationTime);
console.log('this.selectDurationTime', this.selectDurationTime);
switch (this.selectedRuleType) {