|
@@ -35,6 +35,10 @@ class History extends React.Component {
|
|
|
this.reloadData = this.reloadData.bind(this);
|
|
this.reloadData = this.reloadData.bind(this);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ async componentDidMount() {
|
|
|
|
|
+ this.reloadData();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
async reloadData() {
|
|
async reloadData() {
|
|
|
const { appContainer } = this.props;
|
|
const { appContainer } = this.props;
|
|
|
|
|
|