fix: 实体关系图优化:初始化时,右侧窗口顶部信息无需等待数据查询完毕,即可显示

This commit is contained in:
hanyuxia
2024-07-24 16:57:06 +08:00
parent e83183b8d8
commit d131bc91d8
2 changed files with 12 additions and 5 deletions

View File

@@ -22,6 +22,8 @@
<graph-entity-detail
v-else-if="rightBox.mode === 'detail'"
:node="rightBox.node"
:currentEntityType="entity.entityType"
:title="entity.entityName"
:loading="rightBox.loading"
@expandDetailList="expandDetailList"
@closeBlock="onCloseBlock"