feat: enhance the process topology graph to support dragging nodes (#158)

This commit is contained in:
Fine0830
2022-09-15 17:18:39 +08:00
committed by GitHub
parent 9ed0121fd0
commit 26817e9f92
9 changed files with 311 additions and 291 deletions

View File

@@ -228,6 +228,11 @@ export default defineComponent({
watch(
() => [selectorStore.currentProcess, selectorStore.currentDestProcess],
() => {
if (
!(selectorStore.currentDestProcess && selectorStore.currentProcess)
) {
return;
}
if (dashboardStore.entity === EntityType[7].value) {
queryMetrics();
}