From 7a34fa7c518397b05300f1b808a67b7307f888f1 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Sun, 14 Jun 2026 22:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Bfix:=20=E4=BF=AE=E5=A4=8D=E7=BD=91?= =?UTF-8?q?=E5=85=B3=E8=8A=82=E7=82=B9=E6=9F=A5=E8=AF=A2=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/Flow/FlowRuntime.cs | 2 ++ Vue2/src/components/CreatedFlow/index.vue | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/OpenAuth.App/Flow/FlowRuntime.cs b/OpenAuth.App/Flow/FlowRuntime.cs index 36f19fc4..6ebf7a0e 100644 --- a/OpenAuth.App/Flow/FlowRuntime.cs +++ b/OpenAuth.App/Flow/FlowRuntime.cs @@ -267,6 +267,8 @@ namespace OpenAuth.App.Flow isFirst = false; break; } + + preNode = GetPreNode(preNode.id); } if (isFirst) diff --git a/Vue2/src/components/CreatedFlow/index.vue b/Vue2/src/components/CreatedFlow/index.vue index 05638271..e642caaf 100644 --- a/Vue2/src/components/CreatedFlow/index.vue +++ b/Vue2/src/components/CreatedFlow/index.vue @@ -1,7 +1,7 @@