jd-opensource / drip-form

基于React和JSONSchema的动态表单解决方案
https://jd-opensource.github.io/drip-form/
MIT License
613 stars 73 forks source link

feat: add queryConfig & fetchAPI to query data #249

Closed mengshang918 closed 1 year ago

mengshang918 commented 1 year ago

Motivation

在此之前,drip-form不支持内部配置接口查询数据。需要通过外部onQuery查询数据并绑定到相应表单上。

该pr合并后,自定义组件可通过引入配置从而在form-gernerator中配置接口,或任意表单配置queryCofig,在表单didmount或数据满足特定条件时调用接口,并将制定路径的数据结果设置到表单的uiSchema中。

Have you read the [Contributing Guidelines on pull requests]

Y

Test Plan

N

Related PRs

N