contorl 修改了但是没使用上
This commit is contained in:
parent
475e4068c0
commit
337e4612f3
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue