fix 一些问题修复
This commit is contained in:
@@ -73,6 +73,8 @@ export default class index extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const { id } = this.props
|
||||
|
||||
const { actived, loading, record, saveDisabled, saving } = this.state
|
||||
|
||||
return (
|
||||
@@ -135,6 +137,7 @@ export default class index extends Component {
|
||||
>
|
||||
<ComponentDynamic
|
||||
is={tab.component}
|
||||
id={id}
|
||||
record={record}
|
||||
loading={loading}
|
||||
onRef={child => this.call(child, i)}
|
||||
|
||||
Reference in New Issue
Block a user