From 37018a97ffbe69065ab93a726d1c93f43706aab8 Mon Sep 17 00:00:00 2001 From: duanhao Date: Wed, 30 Jul 2025 13:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=88=97=E8=A1=A8=E9=AB=98?= =?UTF-8?q?=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/llinkPrediction/index.js | 2 + .../socialGroups/components/detailNode.vue | 41 ++++++++++++++++++- .../socialGroups/components/userPanel.vue | 4 ++ 3 files changed, 46 insertions(+), 1 deletion(-) 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 @@