|
@@ -47,9 +47,7 @@ func (me *FormClient) ResponseFormatSetting(req *types.CompApiReq) ResponseForma
|
|
|
DataIndex string `json:"dataIndex" jsonschema_description:"表单ID"`
|
|
|
Value []string `json:"value" jsonschema_description:"值列表"`
|
|
|
}
|
|
|
- me.ResformatConfig.ResformatStruct = struct {
|
|
|
- Values []formStruct `json:"values" jsonschema_description:"表单列表"`
|
|
|
- }{}
|
|
|
+ me.ResformatConfig.ResformatStruct = []formStruct{}
|
|
|
me.ResformatConfig.HaveSet = true
|
|
|
|
|
|
return me.ResformatConfig
|