diff --git a/src/store/modules/topology.ts b/src/store/modules/topology.ts index f8d92ec1..9aae1028 100644 --- a/src/store/modules/topology.ts +++ b/src/store/modules/topology.ts @@ -632,7 +632,6 @@ export const topologyStore = defineStore({ this.setHierarchyInstanceNodeMetricValue({}, layer); return; } - console.log(nodes); const metrics = await this.queryHierarchyExpressions(expressions, nodes); this.setHierarchyInstanceNodeMetricValue(metrics, layer); }, diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index 64c4a53b..d6822f45 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -104,7 +104,7 @@ limitations under the License. --> > MQE - -- +