From 7249b5106eee06a4e22cc325e83fac4e09e146ba Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 23 Apr 2026 19:45:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(form):=20group-list=20lastValues=20?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=E5=85=BC=E5=AE=B9=E5=8F=96=E5=80=BC?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- packages/form/src/containers/GroupList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/form/src/containers/GroupList.vue b/packages/form/src/containers/GroupList.vue index 1b0c464a..57cf04c8 100644 --- a/packages/form/src/containers/GroupList.vue +++ b/packages/form/src/containers/GroupList.vue @@ -10,7 +10,7 @@ v-for="(item, index) in model[name]" :key="index" :model="item" - :lastValues="getLastValues(lastValues[name], Number(index))" + :lastValues="getLastValues(lastValues?.[name], Number(index))" :is-compare="isCompare" :config="config" :prop="prop"