update 完成房屋编码管理
This commit is contained in:
@@ -8,14 +8,6 @@ export default class ComponentDynamic extends Component {
|
||||
component: null
|
||||
}
|
||||
|
||||
shouldComponentUpdate() {
|
||||
if (this.props.onRef) {
|
||||
this.props.onRef(this)
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.loadComponent()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user