【表单设计】卡片组中分卡片没有fieldName
parent
62f1593b74
commit
f97c8583d9
|
|
@ -273,7 +273,8 @@
|
||||||
list.component != 'Divider' &&
|
list.component != 'Divider' &&
|
||||||
list.component != 'Slider' &&
|
list.component != 'Slider' &&
|
||||||
list.component != 'Card' &&
|
list.component != 'Card' &&
|
||||||
list.component != 'Location'
|
list.component != 'Location' &&
|
||||||
|
(list.field.indexOf('use_card') === -1)
|
||||||
) {
|
) {
|
||||||
tabArr.push(list.componentProps.fieldName);
|
tabArr.push(list.componentProps.fieldName);
|
||||||
if (!list.componentProps.fieldName) {
|
if (!list.componentProps.fieldName) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue