mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-05-30 19:58:35 +00:00
update event associations
This commit is contained in:
@@ -115,6 +115,10 @@ watch(
|
||||
}
|
||||
if (props.filters) {
|
||||
if (props.filters.isRange) {
|
||||
if (!props.filters.duration.startTime) {
|
||||
setOptions(props.option);
|
||||
return;
|
||||
}
|
||||
const list = props.option.series[0].data.map(
|
||||
(d: (number | string)[]) => d[0]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user