Commit b9034d78 by hfpp2012 yinsigan

fix typo

1 parent 527023d3
...@@ -13,6 +13,7 @@ export default class RegionalDesign extends React.Component { ...@@ -13,6 +13,7 @@ export default class RegionalDesign extends React.Component {
this.state = { this.state = {
data: null, loading: true, error: null, object_name: '', object_type: '', children_object_type: '' data: null, loading: true, error: null, object_name: '', object_type: '', children_object_type: ''
}; };
this.init_state = this.state;
} }
getConfig(props, key) { getConfig(props, key) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!