contorl 修改了但是没使用上

This commit is contained in:
liaoxuezhi 2019-07-15 14:16:08 +08:00
parent 475e4068c0
commit 337e4612f3
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ export default class Form extends React.Component<FormProps, object> {
if (subSchema.control) {
let control = subSchema.control as Schema;
if (control.$ref) {
control = {
subSchema.control = control = {
...resolveDefinitions(control.$ref),
...control
}