表单配置,创建表单,设置级联选择组件后,然后在系统设置这边,设置参数保存时,级联选择组件值JSON解析错误
接口:/api/admin/system/config/save/form
{
"code": 500,
"message": "JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_ARRAY token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_ARRAY token\n at [Source: (PushbackInputStream); line: 1, column: 416] (through reference chain: com.zbkj.common.request.SystemFormCheckRequest[\"fields\"]->java.util.ArrayList[5]->com.zbkj.common.request.SystemFormItemCheckRequest[\"value\"])",
"data": null
}
这个要怎么解决?