fix: update

This commit is contained in:
Fine 2024-01-12 11:15:01 +08:00
parent 54735d3466
commit ccd993aaa7
2 changed files with 1 additions and 2 deletions

View File

@ -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);
},

View File

@ -104,7 +104,7 @@ limitations under the License. -->
>
MQE
</el-button>
<span v-else class="placeholder"> -- </span>
<span v-else class="placeholder"></span>
<el-popconfirm :title="t('deleteTitle')" @confirm="handleDelete(scope.row)">
<template #reference>
<el-button size="small" type="danger">