fix: 修复表单收集列表中的单行选项卡问题

--bug=1049886 --user=刘瑞斌 【应用编排】表单添加单行选项卡字段,添加后变成了选项卡类型 https://www.tapd.cn/57709429/s/1623563
This commit is contained in:
CaptainB 2024-12-03 16:27:47 +08:00 committed by 刘瑞斌
parent a896fcce74
commit 71156e557b

View File

@ -93,7 +93,7 @@ const formField = computed<FormField>(() => {
})
const getData = () => {
return {
input_type: 'RadioCard',
input_type: 'RadioRow',
attrs: {},
default_value: formValue.value.default_value,
text_field: 'label',