diff --git a/src/views/LinkPrediction/characterInteraction/index.vue b/src/views/LinkPrediction/characterInteraction/index.vue index 34a1346..6e714cc 100644 --- a/src/views/LinkPrediction/characterInteraction/index.vue +++ b/src/views/LinkPrediction/characterInteraction/index.vue @@ -49,9 +49,11 @@ import graphTitleImg from "@/assets/images/linkPrediction/title/graph1-title.png import analysisTitleImg from "@/assets/images/linkPrediction/title/analysis-title.png" const interactionStore = useCharacterInteractionStore() -//选择某个用户组,更新贴文列表 +//选择某个用户组,更新贴文列表 && 更新关系图二级界面 const handleSelectedUserGroup = (group) => { + interactionStore.curComponent = "detailNode" interactionStore.initInteractionPostList(group.relationId) + interactionStore.initGraphCommunityDetailNode(group.list.map((item) => item.groupId)) } onMounted(() => { diff --git a/src/views/LinkPrediction/components/userPanel.vue b/src/views/LinkPrediction/components/userPanel.vue index 54f1945..66b42a3 100644 --- a/src/views/LinkPrediction/components/userPanel.vue +++ b/src/views/LinkPrediction/components/userPanel.vue @@ -8,12 +8,12 @@ @click="handleUserItem(index, group)" :class="{ active: curUserGroupIndex == index }" > -
-