提交 4a923c6e 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

child fields support

上级 d9572641
...@@ -97,10 +97,10 @@ func GenerateFieldItems(field *model.Field, total int) model.FieldValue { ...@@ -97,10 +97,10 @@ func GenerateFieldItems(field *model.Field, total int) model.FieldValue {
fieldValue := model.FieldValue{} fieldValue := model.FieldValue{}
switch datatype { switch datatype {
case constant.LIST.String(): case constant.LIST.String():
fieldValue = GenerateList(field, total) fieldValue = GenerateList(field, total)
default: default:
} }
return fieldValue return fieldValue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册