From b9edd092314fdc7a7f2243d05e111080f66b6c92 Mon Sep 17 00:00:00 2001 From: hanyuqing <1106611654@qq.com> Date: Sun, 28 Sep 2025 15:24:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gyxtp/src/view/graphPageNB927.vue | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/gyxtp/src/view/graphPageNB927.vue b/gyxtp/src/view/graphPageNB927.vue index c04708e..c56f037 100644 --- a/gyxtp/src/view/graphPageNB927.vue +++ b/gyxtp/src/view/graphPageNB927.vue @@ -444,6 +444,7 @@ export default { svg: null, fileList:[], selectedFileId:"", + lastNodeL:"" } }, methods: { @@ -831,14 +832,35 @@ export default { const graphInstance = this.$refs.graphRef.getInstance(); let node = graphInstance.getNodeById(nodeObject.id) let relinks = graphInstance.getLinesByNode(node); - - for (let i=0;i