amis2/mock/form/saveFormFailedCombo.json
RickCole 48be326e15
服务端报错优化、其他bug和优化 (#1331)
* combo报错支持服务端报错、name路径优化

* fix

* fix

* 支持onValidate

* add doc

* fix

* fix
2021-01-07 23:32:07 +08:00

12 lines
328 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"status": 422,
"msg": "",
"errors": {
"combo1": "服务器端说这个combo1有问题",
"combo1[1].a": "服务器端说这个combo1的第二项中的a有问题",
"combo2": "服务器端说这个combo2有问题",
"combo2.b": "服务器端说这个combo2中的b有问题"
},
"data": null
}