mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-04-23 18:28:34 +00:00
fix(form): group-list lastValues 为空时兼容取值报错
Made-with: Cursor
This commit is contained in:
parent
9ba12e97af
commit
7249b5106e
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user