update 完成房屋编码管理

This commit is contained in:
2021-06-18 17:44:07 +08:00
parent 0dbd9c8a49
commit d6e3b3146d
7 changed files with 563 additions and 54 deletions

View File

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