release/2.19.1.2501.01
This commit is contained in:
parent
38572729fd
commit
6dfb4e6650
|
|
@ -67,7 +67,7 @@ export default class FormInfo extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
coms != null && formItems.push({
|
coms != null && formItems.push({
|
||||||
com: (<WeaFormItem {...itemProps}>{coms}</WeaFormItem>),
|
com: (<WeaFormItem {...itemProps}>{coms}</WeaFormItem>), hide: field.hide,
|
||||||
col
|
col
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue