delete this.state
@ -58,14 +58,14 @@ class Analysis extends Component {
total: 323234,
});
}
this.state = {
salesType: 'all',
currentTabKey: '',
loading: true,
rangePickerValue: getTimeDistance('year'),
};
state = {
componentDidMount() {
const { dispatch } = this.props;
this.reqRef = requestAnimationFrame(() => {