【表单设计】卡片组中分卡片没有fieldName

zzq
Zhufu 2024-06-12 14:14:41 +08:00
parent 62f1593b74
commit f97c8583d9
1 changed files with 2 additions and 1 deletions

View File

@ -273,7 +273,8 @@
list.component != 'Divider' &&
list.component != 'Slider' &&
list.component != 'Card' &&
list.component != 'Location'
list.component != 'Location' &&
(list.field.indexOf('use_card') === -1)
) {
tabArr.push(list.componentProps.fieldName);
if (!list.componentProps.fieldName) {