From ca59f578b794203e2cc72226aefbc981ee150a31 Mon Sep 17 00:00:00 2001 From: yangyn Date: Sat, 31 May 2025 21:29:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E4=BF=AE=E5=A4=8D=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84=E7=B4=A2?= =?UTF-8?q?=E5=BC=95=E6=A0=87=E8=AF=86=20-=20=E5=B0=86=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84=E7=B4=A2?= =?UTF-8?q?=E5=BC=95=E6=A0=87=E8=AF=86=E4=BB=8E=20'loop'=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20'loopItem'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/components/utils/useRefOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/utils/useRefOptions.ts b/packages/ui/src/components/utils/useRefOptions.ts index 9d6880b..18a97fe 100644 --- a/packages/ui/src/components/utils/useRefOptions.ts +++ b/packages/ui/src/components/utils/useRefOptions.ts @@ -52,7 +52,7 @@ const nodeToOptions = (node: Node, nodeIsChildren: boolean, currentNode: Node) = children: [ { label: 'loopItem', - value: node.id + '.loop' + value: node.id + '.loopItem' }, { label: 'index (Number)', -- Gitee