mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
update
This commit is contained in:
parent
9204ff9113
commit
5852ea293a
@ -228,6 +228,11 @@ export default defineComponent({
|
|||||||
watch(
|
watch(
|
||||||
() => [selectorStore.currentProcess, selectorStore.currentDestProcess],
|
() => [selectorStore.currentProcess, selectorStore.currentDestProcess],
|
||||||
() => {
|
() => {
|
||||||
|
if (
|
||||||
|
!(selectorStore.currentDestProcess && selectorStore.currentProcess)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (dashboardStore.entity === EntityType[7].value) {
|
if (dashboardStore.entity === EntityType[7].value) {
|
||||||
queryMetrics();
|
queryMetrics();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user