diff --git a/src/store/llinkPrediction/index.js b/src/store/llinkPrediction/index.js index c6b0f48..7820d81 100644 --- a/src/store/llinkPrediction/index.js +++ b/src/store/llinkPrediction/index.js @@ -201,6 +201,8 @@ export const useSocialGroupsStore = defineStore("socialGroups", { curSelecedGroupIds: [], communityDetailNodeList: [], timeList: [], + // 当前需要高亮的用户id + curHighlightUserIdList: [], // 记录点击边的时序列表 clickEdgeTimeList: [], statisticsList: [ diff --git a/src/views/LinkPrediction/socialGroups/components/detailNode.vue b/src/views/LinkPrediction/socialGroups/components/detailNode.vue index 4cee39e..9b87d6c 100644 --- a/src/views/LinkPrediction/socialGroups/components/detailNode.vue +++ b/src/views/LinkPrediction/socialGroups/components/detailNode.vue @@ -51,7 +51,7 @@ diff --git a/src/views/LinkPrediction/socialGroups/components/userPanel.vue b/src/views/LinkPrediction/socialGroups/components/userPanel.vue index 85d4afb..24baaa9 100644 --- a/src/views/LinkPrediction/socialGroups/components/userPanel.vue +++ b/src/views/LinkPrediction/socialGroups/components/userPanel.vue @@ -40,6 +40,8 @@