From b225d281e1e6d27850833556842f8f0fdad5f45b Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Thu, 14 May 2026 16:34:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=88=9D=E6=A0=B8=E6=83=85=E5=86=B5?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=A7=8B=E7=BB=88=E5=8F=AF=E4=BB=A5=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/flow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/flow.ts b/src/utils/flow.ts index dc1ad2f..0e4758f 100644 --- a/src/utils/flow.ts +++ b/src/utils/flow.ts @@ -10,7 +10,7 @@ export function getComponents(flowKey:string) { case FlowNodeEnum.SECOND_DISTRIBUTE: return ['negative-distribute']; case FlowNodeEnum.VERIFY: - return ['negative-verify']; + return ['negative-verify-description','negative-verify']; case FlowNodeEnum.SECOND_APPROVE: return ['negative-verify-description']; case FlowNodeEnum.FIRST_APPROVE: