mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 18:44:09 +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);
|
ElMessage.error(resp.errors);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (!logStore.services.length) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (props.data.filters && props.data.filters.id) {
|
if (props.data.filters && props.data.filters.id) {
|
||||||
state.service = logStore.services.find((item: { id: string }) => item.id === props.data.filters?.id);
|
state.service = logStore.services.find((item: { id: string }) => item.id === props.data.filters?.id);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user