jd-opensource / drip-form

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

feat(form): block queryConfig requests in generator mode #252

Closed mengshang918 closed 1 year ago

mengshang918 commented 1 year ago

Motivation

当配置了queryConfig时,在@jdfed/form-generator 中间可视区,会默认触发请求,并将请求结果设置到json中。

此功能合并后,在generator模式下,不会触发queryConfig配置的请求。

可在表单预览弹框中,查看queryConfig配置效果

Have you read the Contributing Guidelines on pull requests?

Y

Test Plan

N

Related PRs

N