fix 一些问题修复

This commit is contained in:
2021-06-22 17:26:37 +08:00
parent fa1a598beb
commit 79c14e5248
6 changed files with 183 additions and 43 deletions

View File

@@ -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)}