From 6c5983d30c9ba5bfa6cf82068b34322cdb84dedc Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 29 Nov 2022 17:10:02 +0800 Subject: [PATCH] update --- src/components/Graph.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Graph.vue b/src/components/Graph.vue index e33002b7..5d9d6028 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph.vue @@ -148,7 +148,6 @@ function instanceEvent() { function associateMetrics() { emits("select", currentParams.value); - visMenus.value = true; const dataIndex = currentParams.value?.dataIndex; updateOptions(dataIndex); }