react setstate async
handleSubmit(){ this.setState({ page: 1, total: 1 },() => { this.getDetailFromServer() }) }