mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: topology
This commit is contained in:
parent
0ffd3a0528
commit
609ed09e7e
@ -637,12 +637,6 @@ limitations under the License. -->
|
|||||||
if (!(oldVal[0] && newVal[0])) {
|
if (!(oldVal[0] && newVal[0])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (oldVal[0].id === newVal[0].id && !oldVal[1]) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (oldVal[0].id === newVal[0].id && oldVal[1].id === newVal[1].id) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
freshNodes();
|
freshNodes();
|
||||||
hierarchyRelated.value = false;
|
hierarchyRelated.value = false;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user