Commit 5ae2e751 authored by Anderson's avatar Anderson Committed by 陈帅

Update Analysis.js

delete this.state
parent e1a30aa7
......@@ -58,13 +58,13 @@ class Analysis extends Component {
total: 323234,
});
}
this.state = {
}
state = {
salesType: 'all',
currentTabKey: '',
loading: true,
rangePickerValue: getTimeDistance('year'),
};
}
componentDidMount() {
const { dispatch } = this.props;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment