fix: 实体关系图优化:初始化时,右侧窗口顶部信息无需等待数据查询完毕,即可显示
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user