mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 14:45:25 +00:00
fix: service
This commit is contained in:
parent
8816f8147f
commit
ef743c6e87
@ -199,6 +199,9 @@ limitations under the License. -->
|
||||
ElMessage.error(resp.errors);
|
||||
return;
|
||||
}
|
||||
if (!logStore.services.length) {
|
||||
return;
|
||||
}
|
||||
if (props.data.filters && props.data.filters.id) {
|
||||
state.service = logStore.services.find((item: { id: string }) => item.id === props.data.filters?.id);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user